Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/tts-hallo-talking-portrait
RyanCc
/
tts-hallo-talking-portrait
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fffiloni
commited on
Jun 25, 2024
Commit
a456863
·
verified
·
1 Parent(s):
0f1045d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -122,4 +122,4 @@ We have provided some [samples](https://huggingface.co/datasets/fudan-generative
122
outputs=output_video
123
)
124
125
-
demo.launch()
122
outputs=output_video
123
)
124
125
+
demo.launch(
show_error=True
)