Guihss commited on
Commit
16f72ef
·
1 Parent(s): 160f7dd

added 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()
 
11
 
12
 
13
  iface = gr.Interface(fn=predict, inputs="text", outputs='label')
14
+ iface.launch(share=True)