davda54 commited on
Commit
6576d5b
·
verified ·
1 Parent(s): 911e581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -671,4 +671,4 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
671
  )
672
 
673
  if __name__ == "__main__":
674
- app.launch()
 
671
  )
672
 
673
  if __name__ == "__main__":
674
+ app.launch(server_name=“0.0.0.0”, server_port=7860)