Spaces:
Running
Running
mrfakename
commited on
Commit
•
a64707b
1
Parent(s):
3e0bcaf
Update app.py
Browse files
app.py
CHANGED
@@ -489,8 +489,8 @@ with gr.Blocks() as vote:
|
|
489 |
gr.Markdown(INSTR)
|
490 |
with gr.Group():
|
491 |
with gr.Row():
|
492 |
-
text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", scale=9999999)
|
493 |
-
randomt = gr.Button('🎲', scale=1)
|
494 |
randomt.click(randomsent, outputs=[text, randomt])
|
495 |
btn = gr.Button("Synthesize", variant='primary')
|
496 |
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|
|
|
489 |
gr.Markdown(INSTR)
|
490 |
with gr.Group():
|
491 |
with gr.Row():
|
492 |
+
text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999)
|
493 |
+
randomt = gr.Button('🎲', scale=1, variant='tool')
|
494 |
randomt.click(randomsent, outputs=[text, randomt])
|
495 |
btn = gr.Button("Synthesize", variant='primary')
|
496 |
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|