ysharma HF staff commited on
Commit
839bc39
1 Parent(s): 14aeeff
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -185,9 +185,9 @@ demo = gr.Blocks()
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
 
 
185
  with demo:
186
  gr.Markdown("""# **Create Any GIF From Your Favorite Videos!** """)
187
  gr.Markdown("""
188
+ ### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
189
 
190
+ **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 -
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