Tran Xuan Huy commited on
Commit
5e74cff
1 Parent(s): 6fb6325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ database = [cmd.lower() for cmd in new2oldmatch.keys()]
53
  db_df = encode_database(database)
54
 
55
  demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
56
- demo.launch(share=True)
 
53
  db_df = encode_database(database)
54
 
55
  demo = gr.Interface(fn=image_classifier, inputs="text", outputs="label")
56
+ demo.launch()