Spaces:
Build error
Build error
Updated description
Browse files
app.py
CHANGED
|
@@ -14,11 +14,11 @@ def build_demo():
|
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
state = gr.State()
|
| 16 |
with gr.Tab("Song Generation", id=0):
|
| 17 |
-
gr.Markdown("#
|
| 18 |
|
| 19 |
with gr.Row():
|
| 20 |
with gr.Column():
|
| 21 |
-
gr.Markdown("### π
|
| 22 |
with gr.Row():
|
| 23 |
with gr.Column():
|
| 24 |
model_selector = gr.Markdown("", visible=True)
|
|
|
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
state = gr.State()
|
| 16 |
with gr.Tab("Song Generation", id=0):
|
| 17 |
+
gr.Markdown("# π΅ Song Arena\nCan you detect if a song is AI-generated or real?")
|
| 18 |
|
| 19 |
with gr.Row():
|
| 20 |
with gr.Column():
|
| 21 |
+
gr.Markdown("### π Click on **New Round** for a song!")
|
| 22 |
with gr.Row():
|
| 23 |
with gr.Column():
|
| 24 |
model_selector = gr.Markdown("", visible=True)
|