DmitrMakeev commited on
Commit
bcf68e6
1 Parent(s): 5ed47e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -186,16 +186,22 @@ with gr.Blocks() as myface:
186
 
187
  with gr.Row():
188
  output1 = gr.Image(label="")
 
189
  output2 = gr.Image(label="")
 
190
  output3 = gr.Image(label="")
 
191
  with gr.Row():
192
  magic1 = gr.Textbox(label="Magic промт", lines=2)
193
  magic2 = gr.Textbox(label="Magic промт", lines=2)
194
  magic3 = gr.Textbox(label="Magic промт", lines=2)
195
  with gr.Row():
196
  output4 = gr.Image(label="")
 
197
  output5 = gr.Image(label="")
 
198
  output6 = gr.Image(label="")
 
199
  with gr.Row():
200
  magic4 = gr.Textbox(label="Magic промт", lines=2)
201
  magic5 = gr.Textbox(label="Magic промт", lines=2)
 
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():
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.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)