ysharma HF staff commited on
Commit
14aeeff
β€’
1 Parent(s): fcd9555
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -185,9 +185,18 @@ demo = gr.Blocks()
185
  with demo:
186
  gr.Markdown("""# **Create Any GIF From Your Favorite Videos!** """)
187
  gr.Markdown("""
188
- In this Gradio-Space Blog I will be taking you through my efforts in reproducing the brilliant app [Edit Video By Editing Text](https://huggingface.co/spaces/radames/edit-video-by-editing-text) by [@radames](https://huggingface.co/radames). My valule-add are -
 
 
189
  - A permanent supply for your own new GIFs
190
- - This Space written in th form of a Notebook or a Blog if I may, to help someone understand how they can too build this kind of an app.
 
 
 
 
 
 
 
191
  """)
192
 
193
  with gr.Row():
 
185
  with demo:
186
  gr.Markdown("""# **Create Any GIF From Your Favorite Videos!** """)
187
  gr.Markdown("""
188
+ ### Now you ca get your own unlimited supply of cool GIFs and rections from the videos you most like..
189
+
190
+ **Motivation and background:** In this Gradio-Space Blog I will be taking you through my efforts in reproducing the brilliant app [Edit Video By Editing Text](https://huggingface.co/spaces/radames/edit-video-by-editing-text) by [@radames](https://huggingface.co/radames). My valule-add are -
191
  - A permanent supply for your own new GIFs
192
+ - This Space written in the form of a Notebook or a Blog if I may, to help someone understand how they can too build this kind of an app.
193
+
194
+ **How To Use:** 1. Upload a video or simply click on the Shia LaBeouf's sample provided here.
195
+ 2. Then click on 'Generate transcripts' button and first textbox will display the extract Transcript from the audio associated with your sample.
196
+ 3. Clip the text from transcript or type manually in the second Textbox provided.
197
+ 4. A .Gif image will get generated on the right hand side of animated Shia Labeouf!
198
+
199
+ Hopee you have fun using this πŸ˜€
200
  """)
201
 
202
  with gr.Row():