Steph974 commited on
Commit
906e16a
1 Parent(s): a6dfac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ def predict(text):
64
  iface = gr.Interface(fn=predict,
65
  inputs=gr.components.Textbox(placeholder="Enter your text here..."),
66
  outputs=gr.components.Label(num_top_classes=2))
67
- iface.launch(share=True)
 
64
  iface = gr.Interface(fn=predict,
65
  inputs=gr.components.Textbox(placeholder="Enter your text here..."),
66
  outputs=gr.components.Label(num_top_classes=2))
67
+ iface.launch()