Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hf-audio
/
open_asr_leaderboard
like
571
Running
on
CPU Upgrade
App
Files
Files
Community
29
Disable SSR mode
#27
by
Steveeeeeeen
HF staff
- opened
Nov 22
base:
refs/heads/main
←
from:
refs/pr/27
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -145,4 +145,4 @@ with gr.Blocks(css=LEADERBOARD_CSS) as demo:
145
show_copy_button=True,
146
)
147
148
-
demo.launch()
145
show_copy_button=True,
146
)
147
148
+
demo.launch(
ssr_mode=False
)