Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,10 @@ 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 |
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]*')
|
|
|
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 |
+
with gr.Row():
|
9 |
heading2 = gr.HTML("<h2>Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
|
10 |
+
with gr.Row():
|
11 |
+
heading2 = gr.HTML("<h2> If you find this helpful , please consider <a href='https://buymeacoffee.com/otmanheddo8'> DONATE</a> as this make me continue providing more helpful spaces like this. </h2>")
|
12 |
|
13 |
with gr.Row():
|
14 |
p = gr.Markdown('*if you have got any issues or questions reach out to me [email protected]*')
|