Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ohmpatel46
/
JorisCos-ConvTasNet_Libri2Mix_sepclean_16k
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ohmpatel46
commited on
May 1, 2024
Commit
9f1a4bc
·
verified
·
1 Parent(s):
caf0a2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/JorisCos/ConvTasNet_Libri2Mix_sepclean_16k").launch(
"
share
"
)
1
import gradio as gr
2
3
+
gr.load("models/JorisCos/ConvTasNet_Libri2Mix_sepclean_16k").launch(share
=True
)