Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -304,14 +304,14 @@ with gr.Blocks() as demo:
|
|
| 304 |
height=300,
|
| 305 |
allow_preview=True,
|
| 306 |
)
|
| 307 |
-
|
| 308 |
with gr.Row():
|
| 309 |
prompt = gr.Text(
|
| 310 |
label="Prompt",
|
| 311 |
show_label=True,
|
| 312 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 313 |
)
|
| 314 |
-
|
|
|
|
| 315 |
|
| 316 |
with gr.Column():
|
| 317 |
with gr.Row():
|
|
|
|
| 304 |
height=300,
|
| 305 |
allow_preview=True,
|
| 306 |
)
|
|
|
|
| 307 |
with gr.Row():
|
| 308 |
prompt = gr.Text(
|
| 309 |
label="Prompt",
|
| 310 |
show_label=True,
|
| 311 |
placeholder="e.g., A black cat holding a sign that says hello world...",
|
| 312 |
)
|
| 313 |
+
|
| 314 |
+
run_button = gr.Button("Run Comparison", variant="primary")
|
| 315 |
|
| 316 |
with gr.Column():
|
| 317 |
with gr.Row():
|