wenhanacademia commited on
Commit
730ff0b
·
verified ·
1 Parent(s): 00c73b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,4 +177,4 @@ with gr.Blocks(title="ICLR 2026 Paper Search") as demo:
177
  </script>
178
  """)
179
 
180
- demo.launch()
 
177
  </script>
178
  """)
179
 
180
+ demo.launch(server_name="0.0.0.0", server_port=7860)