Spaces:
Runtime error
Runtime error
Commit
·
a734bea
1
Parent(s):
d1103c4
forgot to save
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import soundex
|
| 3 |
|
| 4 |
-
iface = gr.Interface(fn=soundex.compare, inputs=['text', 'text'])
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import soundex
|
| 3 |
|
| 4 |
+
iface = gr.Interface(fn=soundex.compare, inputs=['text', 'text'], outputs='text')
|
| 5 |
+
iface.launch()
|