catasaurus commited on
Commit
a734bea
1 Parent(s): d1103c4

forgot to save

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()