Spaces:
Runtime error
Runtime error
Commit
·
fedcafb
1
Parent(s):
dc887cd
Update app.py
Browse files
app.py
CHANGED
@@ -360,7 +360,7 @@ with gr.Blocks(css=css) as demo:
|
|
360 |
with gr.Column():
|
361 |
image_input = gr.Image(type="pil")
|
362 |
png_button = gr.Button("Get Info")
|
363 |
-
|
364 |
with gr.Column():
|
365 |
exif_output = gr.HTML(label="EXIF Data")
|
366 |
send_to_txt2img_btn = gr.Button("Send PARAMETRS to txt2img")
|
|
|
360 |
with gr.Column():
|
361 |
image_input = gr.Image(type="pil")
|
362 |
png_button = gr.Button("Get Info")
|
363 |
+
with gr.Row():
|
364 |
with gr.Column():
|
365 |
exif_output = gr.HTML(label="EXIF Data")
|
366 |
send_to_txt2img_btn = gr.Button("Send PARAMETRS to txt2img")
|