HF中国镜像站
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
optimum/llm-perf-leaderboard
ChaosCraftAI
/
llm-perf-leaderboard
like
0
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
chris-rannou
HF staff
commited on
Feb 3
Commit
76b56d8
·
verified
·
1 Parent(s):
7bb029a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -137,4 +137,4 @@ with demo:
137
138
if __name__ == "__main__":
139
# Launch demo
140
-
demo.queue().launch()
137
138
if __name__ == "__main__":
139
# Launch demo
140
+
demo.queue().launch(
ssr_mode=False
)