DmitrMakeev commited on
Commit
eb1fcb9
1 Parent(s): b91a929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -186,22 +186,22 @@ with gr.Blocks() as myface:
186
 
187
  with gr.Row():
188
  output1 = gr.Image(label="")
189
- download1 = gr.outputs.File(label="Download image 1", download=True)
190
  output2 = gr.Image(label="")
191
- download2 = gr.outputs.File(label="Download image 1", download=True)
192
  output3 = gr.Image(label="")
193
- download3 = gr.outputs.File(label="Download image 1", download=True)
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.Image(label="")
200
- download4 = gr.outputs.File(label="Download image 1", download=True)
201
  output5 = gr.Image(label="")
202
- download5 = gr.outputs.File(label="Download image 1", download=True)
203
  output6 = gr.Image(label="")
204
- download6 = gr.outputs.File(label="Download image 1", download=True)
205
  with gr.Row():
206
  magic4 = gr.Textbox(label="Magic промт", lines=2)
207
  magic5 = gr.Textbox(label="Magic промт", lines=2)
 
186
 
187
  with gr.Row():
188
  output1 = gr.Image(label="")
189
+ download1 = gr.outputs.File(label="Download the output image")
190
  output2 = gr.Image(label="")
191
+ download2 = gr.outputs.File(label="Download the output image")
192
  output3 = gr.Image(label="")
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.Image(label="")
200
+ download4 = gr.outputs.File(label="Download the output image")
201
  output5 = gr.Image(label="")
202
+ download5 = gr.outputs.File(label="Download the output image")
203
  output6 = gr.Image(label="")
204
+ download6 = gr.outputs.File(label="Download the output image")
205
  with gr.Row():
206
  magic4 = gr.Textbox(label="Magic промт", lines=2)
207
  magic5 = gr.Textbox(label="Magic промт", lines=2)