pierreguillou commited on
Commit
1fc5a69
·
verified ·
1 Parent(s): 17e0654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -266,4 +266,8 @@ demo = gr.Interface(
266
 
267
  # Launch the app
268
  if __name__ == "__main__":
269
- demo.launch(auth=authenticate)
 
 
 
 
 
266
 
267
  # Launch the app
268
  if __name__ == "__main__":
269
+ demo.launch(
270
+ auth=authenticate,
271
+ server_name="0.0.0.0",
272
+ share=True
273
+ )