ysharma HF staff commited on
Commit
5f19ebb
β€’
1 Parent(s): 0e5164a
Files changed (1) hide show
  1. app.py +10 -23
app.py CHANGED
@@ -192,35 +192,22 @@ examples = gr.components.Dataset(components=[sample_vid], samples=[sample_video]
192
  demo = gr.Blocks()
193
 
194
  with demo:
195
- gr.Markdown("""# **Create Any GIF From Your Favorite Videos!** """)
196
  gr.Markdown("""
197
- ### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
198
 
199
- A Space by [Yuvraj Sharma](https://huggingface.co/ysharma). Some cool sample .gif images generated using this Space -
200
-
201
- <table>
202
- <tr>
203
- <td>Sample GIF 1</td>
204
- <td>Sample GIF 2</td>
205
- <td>Sample GIF 3</td>
206
- </tr>
207
- <tr>
208
- <td><img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width='40%'></td>
209
- <td><img src='https://media.giphy.com/media/YAH1yXag018HutbnfX/giphy.gif' width='40%'></td>
210
- <td><img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width='40%'></td>
211
- </tr>
212
- </table>
213
 
214
- **Motivation and background:** In this Gradio-Space cum 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-adds are -
215
- - A permanent supply for your own new GIFs
216
- - 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.
217
 
218
- **How To Use:** 1. Upload a video or simply click on the Shia LaBeouf's sample provided here.
219
  2. Then click on 'Generate transcripts' button and first textbox will display the extract Transcript from the audio associated with your sample.
220
- 3. Clip the text from transcript or type manually in the second Textbox provided.
221
- 4. A .Gif image will get generated on the right hand side of animated Shia Labeouf!
222
 
223
- Hopee you have fun using this πŸ˜€
224
  """)
225
 
226
  with gr.Row():
192
  demo = gr.Blocks()
193
 
194
  with demo:
195
+ gr.Markdown("""# **Watch a part of your video in SloMo or in Timelapse!** """)
196
  gr.Markdown("""
197
+ ### Editing your video using ASR pipeline..
198
 
199
+ A Space by [Yuvraj Sharma](https://huggingface.co/ysharma).
 
 
 
 
 
 
 
 
 
 
 
 
 
200
 
201
+ **Motivation and background:** In this Gradio BLocks Party Space, I am trying to -
202
+ - Provide a capability to slow down your video
203
+ - Timelapse your video
204
 
205
+ **How To Use:** 1. Upload a video or simply click on the sample provided here.
206
  2. Then click on 'Generate transcripts' button and first textbox will display the extract Transcript from the audio associated with your sample.
207
+ 3. Clip the text from transcript or type transcripts manually in the second Textbox provided.
208
+ 4. A slowed down or timelapsed version of your video will get generated on the right hand side !
209
 
210
+ Hope you have fun using this πŸ˜€
211
  """)
212
 
213
  with gr.Row():