Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
f3e92f0
1
Parent(s):
075b135
Update app.py
Browse files
app.py
CHANGED
@@ -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=0,
|
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)
|
|
|
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, min_width=0)
|
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)
|