ysharma HF staff commited on
Commit
3b2b7c8
1 Parent(s): 6f851e0
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -184,7 +184,19 @@ demo = gr.Blocks()
184
 
185
  with demo:
186
  gr.Markdown("""# **Create Any GIF From Your Favorite Videos!** """)
187
-
 
 
 
 
 
 
 
 
 
 
 
 
188
 
189
  with gr.Row():
190
  #for incoming video
 
184
 
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).
189
+
190
+ My valule-add are -
191
+ - A permanent supply for your own new GIFs
192
+ - 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.
193
+
194
+ I will start with a short note about Radames's app and tools used in it -
195
+ - It is a supercool and handy proof of concept of a simple video editor where you can edit a video by playing with its audio transcriptions (ASR pipeline output).
196
+ - The app uses Huggingface [Automatic Speech Recognition Pipeline](https://huggingface.co/tasks/automatic-speech-recognition) build over Wav2Vec2 model using CTC which allows you to predict text transcriptions along with the timestamps for every characters and pauses.
197
+ - The app uses FFmpeg library to a good extent to clip and merge videos. FFmpeg is an open-source library for video handling consisting of a suite of functions for handling video, audio, and other multimedia files.
198
+
199
+ """)
200
 
201
  with gr.Row():
202
  #for incoming video