pikto commited on
Commit
e0e6db0
·
1 Parent(s): 313e2fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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