minnehwg commited on
Commit
e2a07a7
1 Parent(s): 408b0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ demo = gr.Interface(
60
  )
61
 
62
 
63
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
60
  )
61
 
62
 
63
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)