Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
|
|
| 114 |
|
| 115 |
with gr.Column():
|
| 116 |
output_info = gr.Textbox(label="GIF Information")
|
| 117 |
-
output_gif = gr.Image(label="Resized GIF", type="
|
| 118 |
download_button = gr.File(label="Download Resized GIF")
|
| 119 |
|
| 120 |
# Event handlers
|
|
|
|
| 114 |
|
| 115 |
with gr.Column():
|
| 116 |
output_info = gr.Textbox(label="GIF Information")
|
| 117 |
+
output_gif = gr.Image(label="Resized GIF", type="numpy")
|
| 118 |
download_button = gr.File(label="Download Resized GIF")
|
| 119 |
|
| 120 |
# Event handlers
|