Spaces:
Runtime error
Runtime error
Catherine ZHOU commited on
Commit ·
89c8ebd
1
Parent(s): 1a51248
make buttoms into two columns
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ with gr.Blocks(title="Text to Image using CLIP Model 📸") as demo:
|
|
| 216 |
], multiselect=False,
|
| 217 |
label="How relevent is this image?"
|
| 218 |
)
|
| 219 |
-
with gr.
|
| 220 |
save_btn = gr.Button(
|
| 221 |
"Save after you select the relevance of each image")
|
| 222 |
save_all_btn = gr.Button("I'm finished!")
|
|
|
|
| 216 |
], multiselect=False,
|
| 217 |
label="How relevent is this image?"
|
| 218 |
)
|
| 219 |
+
with gr.Row():
|
| 220 |
save_btn = gr.Button(
|
| 221 |
"Save after you select the relevance of each image")
|
| 222 |
save_all_btn = gr.Button("I'm finished!")
|