Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ayanami0730
/
DeepResearch-Leaderboard
like
98
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
Aug 10
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+2
-1
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -12,5 +12,6 @@ if __name__ == "__main__":
12
demo.launch(
13
server_name="0.0.0.0",
14
share=False,
15
-
show_api=False,
16
)
12
demo.launch(
13
server_name="0.0.0.0",
14
share=False,
15
+
show_api=False,
16
+
ssr_mode=False
17
)