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
caf0a2c
·
verified
·
1 Parent(s):
f3f35d5
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()
1
import gradio as gr
2
3
+
gr.load("models/JorisCos/ConvTasNet_Libri2Mix_sepclean_16k").launch(
"share"
)