zzc0208 commited on
Commit
6427d29
1 Parent(s): 86a6ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -746,4 +746,7 @@ with gr.Blocks() as demo:
746
  )
747
 
748
  if __name__ == "__main__":
749
- demo.queue(default_concurrency_limit=8).launch()
 
 
 
 
746
  )
747
 
748
  if __name__ == "__main__":
749
+ demo.queue(default_concurrency_limit=8).launch(
750
+ server_name="0.0.0.0",
751
+ server_port=7860,
752
+ )