Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -311,8 +311,6 @@ with gr.Blocks() as demo:
|
|
| 311 |
show_label=True,
|
| 312 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 313 |
)
|
| 314 |
-
|
| 315 |
-
with gr.Row():
|
| 316 |
run_button = gr.Button("Run Comparison", variant="primary")
|
| 317 |
|
| 318 |
with gr.Column():
|
|
|
|
| 311 |
show_label=True,
|
| 312 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 313 |
)
|
|
|
|
|
|
|
| 314 |
run_button = gr.Button("Run Comparison", variant="primary")
|
| 315 |
|
| 316 |
with gr.Column():
|