Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_music(prompt):
|
|
25 |
print(result)
|
26 |
#output = os.path.join(result)
|
27 |
#print(output)
|
28 |
-
return
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Row():
|
|
|
25 |
print(result)
|
26 |
#output = os.path.join(result)
|
27 |
#print(output)
|
28 |
+
return result
|
29 |
|
30 |
with gr.Blocks() as demo:
|
31 |
with gr.Row():
|