Dagfinn1962 commited on
Commit
b65c666
1 Parent(s): 2a701f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -98,9 +98,9 @@ with gr.Blocks (css ='main.css') as myface:
98
 
99
  #
100
  with gr.Row():
101
- output1 = gr.Image(label="")
102
- output2 = gr.Image(label="")
103
- output3 = gr.Image(label="")
104
  with gr.Row():
105
  magic1 = gr.Textbox(label="Generated Prompt", lines=2)
106
  magic2 = gr.Textbox(label="Generated Prompt", lines=2)
 
98
 
99
  #
100
  with gr.Row():
101
+ output1 = gr.Image(label="Generated Image")
102
+ output2 = gr.Image(label="Generated Image")
103
+ output3 = gr.Image(label="Generated Image")
104
  with gr.Row():
105
  magic1 = gr.Textbox(label="Generated Prompt", lines=2)
106
  magic2 = gr.Textbox(label="Generated Prompt", lines=2)