otmanheddouch commited on
Commit
59c8e0b
·
verified ·
1 Parent(s): 6f321d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from helpers import *
4
  with gr.Blocks() as demo:
5
 
6
  with gr.Row():
7
- heading = gr.HTML("<h2> Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
 
8
 
9
  with gr.Row():
10
  p = gr.Markdown('*if you have got any issues or questions reach out to me [email protected]*')
 
4
  with gr.Blocks() as demo:
5
 
6
  with gr.Row():
7
+ heading = gr.HTML("<h2> If you want to convert long video into short shareable clips check <a href='https://reelze.app'>Reelze</a> Easy to use .</h2>")
8
+ gr.HTML("<h2>Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
9
 
10
  with gr.Row():
11
  p = gr.Markdown('*if you have got any issues or questions reach out to me [email protected]*')