Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ with gr.Blocks() as pan:
|
|
63 |
output1 = gr.Image(label="")
|
64 |
magic1 = gr.Textbox(label="Generated Prompt", lines=2)
|
65 |
|
|
|
66 |
output2 = gr.Image(label="")
|
67 |
magic2 = gr.Textbox(label="Generated Prompt", lines=2)
|
68 |
|
|
|
63 |
output1 = gr.Image(label="")
|
64 |
magic1 = gr.Textbox(label="Generated Prompt", lines=2)
|
65 |
|
66 |
+
with gr.Row():
|
67 |
output2 = gr.Image(label="")
|
68 |
magic2 = gr.Textbox(label="Generated Prompt", lines=2)
|
69 |
|