Guihss commited on
Commit
0759d91
·
1 Parent(s): 16f72ef

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def predict(text):
11
 
12
 
13
  iface = gr.Interface(fn=predict, inputs="text", outputs='label')
14
- iface.launch(share=True)
 
11
 
12
 
13
  iface = gr.Interface(fn=predict, inputs="text", outputs='label')
14
+ iface.launch()