Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeepLearning101
/
Speech-Quality-Inspection_Meta-Denoiser
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DeepLearning101
commited on
30 days ago
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
)