seanbenhur commited on
Commit
c64606c
·
1 Parent(s): e1acb50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ def predict_function(text):
30
 
31
  title = "Tamil ATIS"
32
  iface = gr.Interface(fn=predict_function, inputs="text", title=title,theme="huggingface",outputs=["text","text"])
33
- iface.launch(share=True)
34
 
 
30
 
31
  title = "Tamil ATIS"
32
  iface = gr.Interface(fn=predict_function, inputs="text", title=title,theme="huggingface",outputs=["text","text"])
33
+ iface.launch()
34