Yaroslav95 commited on
Commit
2cd8111
·
1 Parent(s): ad14d40

set share to 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(auth=valid_users)
 
193
 
194
  valid_users = [("admin", "password123"), ("user1", "pass456")]
195
 
196
+ iface.launch(share=True, auth=valid_users)