myte commited on
Commit
c6d1281
·
1 Parent(s): 5e65d9b

share remove

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ example = [
28
  labels = gr.outputs.Label(num_top_classes=5)
29
  iface = gr.Interface(fn=entertainment_title, inputs="text", outputs=labels, examples=example)
30
  iface.interpretation = "default"
31
- iface.launch(inline=False, share=True)
 
28
  labels = gr.outputs.Label(num_top_classes=5)
29
  iface = gr.Interface(fn=entertainment_title, inputs="text", outputs=labels, examples=example)
30
  iface.interpretation = "default"
31
+ iface.launch(inline=False)