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:
SohomToom
/
TextToVoiceUsingOpenVoice
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SohomToom
commited on
May 8, 2025
Commit
7c7b399
Β·
verified
Β·
1 Parent(s):
43e8b5c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.Interface(
72
)
73
74
if __name__ == "__main__":
75
-
demo.launch(
debug=True
)
72
)
73
74
if __name__ == "__main__":
75
+
demo.launch()