eienmojiki commited on
Commit
efaa299
1 Parent(s): 6788b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -85,6 +85,10 @@ with gr.Blocks(
85
  ),
86
  delete_cache=(86400, 86400)
87
  ) as demo:
 
 
 
 
88
  input = gr.Video(interactive=True)
89
  save = gr.Text(label="Cache path", interactive=False)
90
  with gr.Row():
 
85
  ),
86
  delete_cache=(86400, 86400)
87
  ) as demo:
88
+ gr.Markdown("""
89
+ # Video To Gif Converter
90
+ This is a simple tool to convert any video to gif image. Feel free to report any error!!
91
+ """)
92
  input = gr.Video(interactive=True)
93
  save = gr.Text(label="Cache path", interactive=False)
94
  with gr.Row():