broadfield-dev commited on
Commit
a699fab
·
verified ·
1 Parent(s): 6c84885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="bytes")
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