DmitrMakeev commited on
Commit
df1aad4
1 Parent(s): 9091020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -185,22 +185,22 @@ with gr.Blocks() as myface:
185
  run = gr.Button("Создать пейзажи", variant="primary")
186
 
187
  with gr.Row():
188
- output1 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
189
  download1 = gr.outputs.File(label="Download the output image")
190
- output2 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
191
  download2 = gr.outputs.File(label="Download the output image")
192
- output3 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
193
  download3 = gr.outputs.File(label="Download the output image")
194
  with gr.Row():
195
  magic1 = gr.Textbox(label="Magic промт", lines=2)
196
  magic2 = gr.Textbox(label="Magic промт", lines=2)
197
  magic3 = gr.Textbox(label="Magic промт", lines=2)
198
  with gr.Row():
199
- output4 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
200
  download4 = gr.outputs.File(label="Download the output image")
201
- output5 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
202
  download5 = gr.outputs.File(label="Download the output image")
203
- output6 = gr.outputs.Image(type="numpy", label="Output (The whole image)")
204
  download6 = gr.outputs.File(label="Download the output image")
205
  with gr.Row():
206
  magic4 = gr.Textbox(label="Magic промт", lines=2)
 
185
  run = gr.Button("Создать пейзажи", variant="primary")
186
 
187
  with gr.Row():
188
+
189
  download1 = gr.outputs.File(label="Download the output image")
190
+
191
  download2 = gr.outputs.File(label="Download the output image")
192
+
193
  download3 = gr.outputs.File(label="Download the output image")
194
  with gr.Row():
195
  magic1 = gr.Textbox(label="Magic промт", lines=2)
196
  magic2 = gr.Textbox(label="Magic промт", lines=2)
197
  magic3 = gr.Textbox(label="Magic промт", lines=2)
198
  with gr.Row():
199
+
200
  download4 = gr.outputs.File(label="Download the output image")
201
+
202
  download5 = gr.outputs.File(label="Download the output image")
203
+
204
  download6 = gr.outputs.File(label="Download the output image")
205
  with gr.Row():
206
  magic4 = gr.Textbox(label="Magic промт", lines=2)