ysharma HF staff commited on
Commit
1f0c78e
1 Parent(s): c846c6f
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -182,7 +182,7 @@ examples = gr.components.Dataset(components=[sample_vid], samples=[sample_video]
182
  demo = gr.Blocks()
183
 
184
  with demo:
185
- gr.Markdown("""This app is still a work in progress..""")
186
  with gr.Row():
187
  #for incoming video
188
  input_video = gr.Video(label="Upload a Video", visible=True)
@@ -205,16 +205,7 @@ with demo:
205
 
206
  out_gif = gr.Image()
207
 
208
- #to render video example on mouse hover/click
209
- #examples.render()
210
- #to load sample video into input_video upon clicking on it
211
- #def load_examples(video):
212
- # print("****** inside load_example() ******")
213
- # print("in_video is : ", video[0])
214
- # return video[0]
215
 
216
- #examples.click(load_examples, examples, input_video)
217
-
218
  with gr.Row():
219
  button_transcript = gr.Button("Generate transcripts")
220
  button_gifs = gr.Button("Create Gif")
 
182
  demo = gr.Blocks()
183
 
184
  with demo:
185
+ gr.Markdown("""# Create GIFs from your favorite Videos! """)
186
  with gr.Row():
187
  #for incoming video
188
  input_video = gr.Video(label="Upload a Video", visible=True)
 
205
 
206
  out_gif = gr.Image()
207
 
 
 
 
 
 
 
 
208
 
 
 
209
  with gr.Row():
210
  button_transcript = gr.Button("Generate transcripts")
211
  button_gifs = gr.Button("Create Gif")