reasonwang commited on
Commit
26aca06
·
1 Parent(s): 44bcbb2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,4 +291,4 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
291
 
292
 
293
  if __name__ == "__main__":
294
- demo.launch()
 
291
 
292
 
293
  if __name__ == "__main__":
294
+ demo.launch(server_name="0.0.0.0", server_port=7860)