ysharma HF staff commited on
Commit
ac4b2bf
1 Parent(s): 5944b9b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with demo:
232
  with gr.Row():
233
  #out_gif = gr.HTML(label="Generated GIF from transcript selected", show_label=True)
234
  #gr.Markdown(""" [] """)
235
- out_gif = gr.Video()
236
 
237
  button_transcript.click(generate_transcripts, input_video, [text_transcript, text_words, text_wordstimestamps ])
238
  button_gifs.click(generate_gifs, [text_gif_transcript, text_words, text_wordstimestamps], out_gif )
 
232
  with gr.Row():
233
  #out_gif = gr.HTML(label="Generated GIF from transcript selected", show_label=True)
234
  #gr.Markdown(""" [] """)
235
+ out_gif = gr.Image()
236
 
237
  button_transcript.click(generate_transcripts, input_video, [text_transcript, text_words, text_wordstimestamps ])
238
  button_gifs.click(generate_gifs, [text_gif_transcript, text_words, text_wordstimestamps], out_gif )