otmanheddouch commited on
Commit
921be9b
·
verified ·
1 Parent(s): 59c8e0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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]*')
 
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
+ heading2 = 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]*')