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:
DeepLearning101
/
Speech-Quality-Inspection_Meta-Denoiser
like
9
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DeepLearning101
commited on
May 4, 2025
Commit
b85fffc
·
verified
·
1 Parent(s):
12e40b0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -119,4 +119,4 @@ demo = gr.Interface(
119
],
120
)
121
122
-
demo
.launch(debug=True)
119
],
120
)
121
122
+
interface
.launch(debug=True
, share=True
)