ysharma HF staff commited on
Commit
612e2d0
1 Parent(s): 11d3e18
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -192,8 +192,12 @@ with demo:
192
  ### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
193
 
194
  Some Samples -
195
- <img src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width="425"/> <img src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width="425"/>
196
-
 
 
 
 
197
  **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 -
198
  - A permanent supply for your own new GIFs
199
  - 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.
 
192
  ### Now you can get your own unlimited supply of cool GIFs and reactions from the videos you most like..
193
 
194
  Some Samples -
195
+ <p align="center">
196
+ <img alt="Light" src='https://media.giphy.com/media/IP69ha9NNIXJFqR4BI/giphy.gif' width="45%">
197
+ &nbsp; &nbsp; &nbsp; &nbsp;
198
+ <img alt="Dark" src='https://media.giphy.com/media/jNx9j9ENo6hQ3GnR95/giphy.gif' width="45%">
199
+ </p>
200
+
201
  **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 -
202
  - A permanent supply for your own new GIFs
203
  - 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.