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
1844427
·
verified
·
1 Parent(s):
20e8723
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,5 +170,5 @@ with gr.Blocks() as demo:
170
)
171
172
if __name__ == "__main__":
173
-
demo.launch(
share=True
)
174
170
)
171
172
if __name__ == "__main__":
173
+
demo.launch()
174