Eklavya73 commited on
Commit
1403448
Β·
verified Β·
1 Parent(s): 3fbebe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -489,4 +489,4 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
489
 
490
  # ── Launch ───────────────────────────────────────────────────────────────────
491
  if __name__ == "__main__":
492
- app.launch()
 
489
 
490
  # ── Launch ───────────────────────────────────────────────────────────────────
491
  if __name__ == "__main__":
492
+ app.launch(server_name="0.0.0.0", server_port=7860)