Spaces:
Running
Running
Update mars.py
Browse files
mars.py
CHANGED
|
@@ -323,7 +323,7 @@ with gr.Blocks() as app:
|
|
| 323 |
""")
|
| 324 |
|
| 325 |
|
| 326 |
-
with gr.Tab("🎶 Generate Song", id="generate_tab") as tab_generate:
|
| 327 |
with gr.Row():
|
| 328 |
with gr.Column(scale=1):
|
| 329 |
# Lyrics Input
|
|
@@ -367,7 +367,7 @@ with gr.Blocks() as app:
|
|
| 367 |
)
|
| 368 |
|
| 369 |
# Action Buttons
|
| 370 |
-
generate_btn = gr.Button("🚀 Generate Song", variant="primary")
|
| 371 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
| 372 |
|
| 373 |
# Instructions
|
|
|
|
| 323 |
""")
|
| 324 |
|
| 325 |
|
| 326 |
+
with gr.Tab("🎶 Generate Song - PAUSED IN MARS", id="generate_tab") as tab_generate:
|
| 327 |
with gr.Row():
|
| 328 |
with gr.Column(scale=1):
|
| 329 |
# Lyrics Input
|
|
|
|
| 367 |
)
|
| 368 |
|
| 369 |
# Action Buttons
|
| 370 |
+
#generate_btn = gr.Button("🚀 Generate Song", variant="primary")
|
| 371 |
clear_btn = gr.Button("🗑️ Clear All", variant="secondary")
|
| 372 |
|
| 373 |
# Instructions
|