Spaces:
Running
on
Zero
Running
on
Zero
amildravid4292
commited on
Update app.py
Browse files
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 |
-
|
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)
|