Commit ·
3a25497
1
Parent(s): 81fd8ac
restart space
Browse files
app.py
CHANGED
|
@@ -514,7 +514,7 @@ demo = gr.Interface(
|
|
| 514 |
outputs=[gr.Textbox(label="Generated Text Output"),
|
| 515 |
gr.Textbox(label="Song Title"),
|
| 516 |
gr.Textbox(label="Music generation caption"),
|
| 517 |
-
gr.Audio(label="Generated Music", streaming=True, autoplay=True
|
| 518 |
gr.Image(label="Cover Image"),
|
| 519 |
gr.Textbox(label="Cover description"),
|
| 520 |
gr.State(),
|
|
|
|
| 514 |
outputs=[gr.Textbox(label="Generated Text Output"),
|
| 515 |
gr.Textbox(label="Song Title"),
|
| 516 |
gr.Textbox(label="Music generation caption"),
|
| 517 |
+
gr.Audio(label="Generated Music", streaming=True, autoplay=True),
|
| 518 |
gr.Image(label="Cover Image"),
|
| 519 |
gr.Textbox(label="Cover description"),
|
| 520 |
gr.State(),
|