bishmoy commited on
Commit
3d86095
Β·
verified Β·
1 Parent(s): b2eb138

Updated description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# πŸ† Arena Elo\nFind out who is the πŸ₯‡ song generation models!")
18
 
19
  with gr.Row():
20
  with gr.Column():
21
- gr.Markdown("### πŸ‘‡ Generating now!")
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)