ysharma HF staff commited on
Commit
3d36d52
1 Parent(s): 77284c4

update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -206,9 +206,10 @@ with demo:
206
  </tr>
207
  </table>
208
 
209
- **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 -
210
  - A permanent supply for your own new GIFs
211
- - 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.
 
212
 
213
  **How To Use:** 1. Upload a video or simply click on the Shia LaBeouf's sample provided here.
214
  2. Then click on 'Generate transcripts' button and first textbox will display the extract Transcript from the audio associated with your sample.
 
206
  </tr>
207
  </table>
208
 
209
+ **Motivation and background:** In this Gradio-Space cum Blog, I will be taking you through my efforts in creating this GIF-creator ML-powered app. This app draws some inspiration from another app called [Edit Video By Editing Text](https://huggingface.co/spaces/radames/edit-video-by-editing-text) by [@radames](https://huggingface.co/radames). My specific value-adds are -
210
  - A permanent supply for your own new GIFs
211
+ - Video handling using python library Moviepy
212
+ - This Space is written in form of a Notebook or a Blog if I may, to help someone understand how they can too build this kind of prototype ML-tool.
213
 
214
  **How To Use:** 1. Upload a video or simply click on the Shia LaBeouf's sample provided here.
215
  2. Then click on 'Generate transcripts' button and first textbox will display the extract Transcript from the audio associated with your sample.