Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/hallo-api
fffiloni
/
tts-hallo-talking-portrait
like
252
Running
on
A10G
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
fffiloni
commited on
12 days ago
Commit
4dac24f
·
verified
·
1 Parent(s):
0d7f1c6
Turn off SSR mode gradin
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -557,4 +557,4 @@ with gr.Blocks(css=css) as demo:
557
)
558
559
560
-
demo.queue(max_size=2).launch(show_error=True, show_api=False)
557
)
558
559
560
+
demo.queue(max_size=2).launch(show_error=True, show_api=False
, ssr_mode=False
)