Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,6 @@ from helpers import *
|
|
| 3 |
|
| 4 |
with gr.Blocks() as demo:
|
| 5 |
|
| 6 |
-
with gr.Row():
|
| 7 |
-
heading = gr.HTML("<h2>check <a href='https://chat.tswira.com'>Chat With PDF Fully open source/a>.</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 |
|
|
|
|
| 3 |
|
| 4 |
with gr.Blocks() as demo:
|
| 5 |
|
|
|
|
|
|
|
| 6 |
with gr.Row():
|
| 7 |
heading2 = gr.HTML("<h2>Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
|
| 8 |
|