amildravid4292 commited on
Commit
d2f443c
·
verified ·
1 Parent(s): e0fc301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -445,7 +445,7 @@ with gr.Blocks(css="style.css") as demo:
445
  sample = gr.Button("🎲 Sample New Model")
446
  #invert_button = gr.Button("⏪ Invert")
447
  file_input = gr.File(label="Upload Model", container=True)
448
- file_input = gr.File(label="Download Model", container=True)
449
  with gr.Column():
450
 
451
  image_slider = ImageSlider(position=0.5, type="pil", height=512, width=512)
 
445
  sample = gr.Button("🎲 Sample New Model")
446
  #invert_button = gr.Button("⏪ Invert")
447
  file_input = gr.File(label="Upload Model", container=True)
448
+ file_output = gr.File(label="Download Model", container=True)
449
  with gr.Column():
450
 
451
  image_slider = ImageSlider(position=0.5, type="pil", height=512, width=512)