snym04 commited on
Commit
b59f6e2
·
verified ·
1 Parent(s): 477f8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,4 +130,4 @@ with gr.Blocks(title="Paper Upload & API Key Setup") as demo:
130
 
131
  if __name__ == "__main__":
132
  print("BOOT: about to launch gradio", flush=True)
133
- demo.launch()
 
130
 
131
  if __name__ == "__main__":
132
  print("BOOT: about to launch gradio", flush=True)
133
+ demo.launch(server_name="0.0.0.0", server_port=7860)