mrfakename commited on
Commit
075b135
·
verified ·
1 Parent(s): 2ca5c30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,7 +204,7 @@ Please assume all generated audio clips are not licensed to be redistributed and
204
  LDESC = """
205
  ## Leaderboard
206
 
207
- A list of the models, based on how highly they are ranked!
208
  """.strip()
209
 
210
 
@@ -504,7 +504,7 @@ with gr.Blocks() as vote:
504
  with gr.Group():
505
  with gr.Row():
506
  text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999)
507
- randomt = gr.Button('🎲', scale=1, variant='tool')
508
  randomt.click(randomsent, outputs=[text, randomt])
509
  btn = gr.Button("Synthesize", variant='primary')
510
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
 
204
  LDESC = """
205
  ## Leaderboard
206
 
207
+ A list of the models, based on how highly they are ranked! **If there are no results, please check back in a couple days for more votes to be submitted.**
208
  """.strip()
209
 
210
 
 
504
  with gr.Group():
505
  with gr.Row():
506
  text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999)
507
+ randomt = gr.Button('🎲', scale=0, variant='tool')
508
  randomt.click(randomsent, outputs=[text, randomt])
509
  btn = gr.Button("Synthesize", variant='primary')
510
  model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)