Update app.py
Browse files
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 |
-
|
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]*')
|