Yaroslav95 commited on
Commit
79bc07b
·
1 Parent(s): 331caf7

remove share = True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,4 +193,4 @@ iface = gr.Interface(
193
 
194
  valid_users = [("admin", "password123"), ("user1", "pass456")]
195
 
196
- iface.launch(share=True)
 
193
 
194
  valid_users = [("admin", "password123"), ("user1", "pass456")]
195
 
196
+ iface.launch()