abrar-adnan commited on
Commit
48e554e
·
1 Parent(s): e8af42b

share turned off

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ def classify_book_genre(description):
23
 
24
  label = gr.outputs.Label(num_top_classes=5)
25
  iface = gr.Interface(fn=classify_book_genre, inputs="text", outputs=label)
26
- iface.launch(inline=False,share=True)
27
 
 
23
 
24
  label = gr.outputs.Label(num_top_classes=5)
25
  iface = gr.Interface(fn=classify_book_genre, inputs="text", outputs=label)
26
+ iface.launch(inline=False)
27