Deva8 commited on
Commit
88597e4
·
verified ·
1 Parent(s): ccf7311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,4 +271,4 @@ with gr.Blocks(
271
  """)
272
 
273
  if __name__ == "__main__":
274
- demo.launch()
 
271
  """)
272
 
273
  if __name__ == "__main__":
274
+ demo.launch(server_name="0.0.0.0", server_port=7860)