DmitrMakeev commited on
Commit
1576608
1 Parent(s): bcf68e6

Update app.py

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