Spaces:
Build error
Build error
mattricesound
commited on
Commit
•
ad4d1d7
1
Parent(s):
332c1b6
Remove download button from local
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ def predict_full(text, melody, progress=gr.Progress()):
|
|
204 |
outs = _do_predictions(
|
205 |
[text], [melody], duration=10, progress=True)
|
206 |
selected_text = text
|
207 |
-
return outs[0]
|
208 |
|
209 |
|
210 |
|
|
|
204 |
outs = _do_predictions(
|
205 |
[text], [melody], duration=10, progress=True)
|
206 |
selected_text = text
|
207 |
+
return outs[0]#, gr.File.update(value=outs[0], visible=True)
|
208 |
|
209 |
|
210 |
|