Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
diamesene02/clone-vocal-rvc
dimensionalpulsar
/
rvc
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ibcplateformes
Claude Opus 4.6
commited on
Mar 31
Commit
7a6bb2b
·
1 Parent(s):
9ff3bb8
Remove show_api=False which breaks Gradio 5 + ZeroGPU API detection
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -443,4 +443,4 @@ with gr.Blocks(
443
444
445
if __name__ == "__main__":
446
-
app.launch(server_name="0.0.0.0"
, show_api=False
)
443
444
445
if __name__ == "__main__":
446
+
app.launch(server_name="0.0.0.0")