Spaces:
Running
Running
mrfakename
commited on
Commit
•
c09bde4
1
Parent(s):
32b94cc
Update app.py
Browse files
app.py
CHANGED
@@ -554,7 +554,7 @@ with gr.Blocks() as vote:
|
|
554 |
with gr.Group():
|
555 |
with gr.Row():
|
556 |
text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999, min_width=0)
|
557 |
-
randomt = gr.Button('🎲', scale=0, min_width=0)
|
558 |
randomt.click(randomsent, outputs=[text, randomt])
|
559 |
btn = gr.Button("Synthesize", variant='primary')
|
560 |
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|
|
|
554 |
with gr.Group():
|
555 |
with gr.Row():
|
556 |
text = gr.Textbox(container=False, show_label=False, placeholder="Enter text to synthesize", lines=1, max_lines=1, scale=9999999, min_width=0)
|
557 |
+
randomt = gr.Button('🎲', scale=0, min_width=0, variant='tool')
|
558 |
randomt.click(randomsent, outputs=[text, randomt])
|
559 |
btn = gr.Button("Synthesize", variant='primary')
|
560 |
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|