Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sutirtha
/
AudioSourceSeparationChorus
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sutirtha
commited on
Nov 24, 2023
Commit
39f9418
·
1 Parent(s):
0cc8b01
share on
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ gr.Interface(
60
],
61
title=title,
62
description=description,
63
-
).launch()
60
],
61
title=title,
62
description=description,
63
+
).launch(
share=True
)