ysharma HF staff commited on
Commit
c7e64d2
1 Parent(s): bec1833
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ with demo:
238
  with gr.Row():
239
  #out_gif = gr.HTML(label="Generated GIF from transcript selected", show_label=True)
240
  #gr.Markdown(""" [] """)
241
- out_gif = gr.Video()
242
 
243
  button_transcript.click(generate_transcripts, input_video, [text_transcript, text_words, text_wordstimestamps ])
244
  button_gifs.click(generate_gifs, [text_gif_transcript, text_words, text_wordstimestamps], out_gif )
 
238
  with gr.Row():
239
  #out_gif = gr.HTML(label="Generated GIF from transcript selected", show_label=True)
240
  #gr.Markdown(""" [] """)
241
+ out_gif = gr.Image() #gr.Video()
242
 
243
  button_transcript.click(generate_transcripts, input_video, [text_transcript, text_words, text_wordstimestamps ])
244
  button_gifs.click(generate_gifs, [text_gif_transcript, text_words, text_wordstimestamps], out_gif )