Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hf-audio
/
open_asr_leaderboard
like
621
Running
on
CPU Upgrade
App
Files
Files
Community
30
Fetching metadata from the HF Docker repository...
Steveeeeeeen
HF staff
commited on
Nov 22, 2024
Commit
6aaa30c
·
verified
·
1 Parent(s):
450b2de
Disable SSR mode
Browse files
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
)