Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kevinwang676/NeuCoSVC-Colab
kevinwang676
/
NeuCoSVC-demo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevinwang676
commited on
Jan 4, 2024
Commit
3170d07
·
1 Parent(s):
b9ba85a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -216,4 +216,4 @@ with app:
216
</div>
217
''')
218
219
-
app.queue().launch(show_error=True)
216
</div>
217
''')
218
219
+
app.queue().launch(show_error=True
, share=True
)