Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -699,10 +699,10 @@ with gr.Blocks() as vote:
|
|
| 699 |
randomt = gr.Button('🎲', scale=0, min_width=0, variant='tool')
|
| 700 |
randomt.click(randomsent, outputs=[text, randomt])
|
| 701 |
btn = gr.Button("Synthesize", variant='primary')
|
| 702 |
-
|
| 703 |
-
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=True)
|
| 704 |
-
|
| 705 |
-
model2 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=True)
|
| 706 |
with gr.Row(visible=False) as r2:
|
| 707 |
with gr.Column():
|
| 708 |
with gr.Group():
|
|
|
|
| 699 |
randomt = gr.Button('🎲', scale=0, min_width=0, variant='tool')
|
| 700 |
randomt.click(randomsent, outputs=[text, randomt])
|
| 701 |
btn = gr.Button("Synthesize", variant='primary')
|
| 702 |
+
model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|
| 703 |
+
#model1 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=True)
|
| 704 |
+
model2 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=False)
|
| 705 |
+
#model2 = gr.Textbox(interactive=False, lines=1, max_lines=1, visible=True)
|
| 706 |
with gr.Row(visible=False) as r2:
|
| 707 |
with gr.Column():
|
| 708 |
with gr.Group():
|