Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ examples = [
|
|
28 |
["audio_example.mp3", "vocals"]
|
29 |
]
|
30 |
|
31 |
-
gr.Interface(spleeter, title=title, description=description, article=article, examples=examples).launch()
|
|
|
28 |
["audio_example.mp3", "vocals"]
|
29 |
]
|
30 |
|
31 |
+
gr.Interface(spleeter, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
|