Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BiliSakura
/
ICLR2026_PaperFinder
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wenhanacademia
commited on
22 days ago
Commit
730ff0b
·
verified
·
1 Parent(s):
00c73b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)