Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amphion
/
naturalspeech3_facodec
like
175
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Hecheng0625
commited on
Mar 12, 2024
Commit
1e5ac1a
·
verified
·
1 Parent(s):
1844427
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -169,6 +169,6 @@ with gr.Blocks() as demo:
169
inputs=demo_inputs,
170
)
171
172
-
if __name__ == "__main__":
173
demo.launch()
174
169
inputs=demo_inputs,
170
)
171
172
+
demo.queue()
173
demo.launch()
174