Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
antonbol
/
vocal_remover
like
6
Runtime error
App
Files
Files
Community
antonbol
commited on
Jan 13, 2023
Commit
d9aff20
•
1 Parent(s):
19af454
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def vocal_remove(audio):
4
return audio
5
1
import gradio as gr
2
+
import hopsworks
3
def vocal_remove(audio):
4
return audio
5