Update app.py
Browse files
app.py
CHANGED
@@ -117,9 +117,9 @@ Interested? Try it out!
|
|
117 |
|
118 |
disclaimer = '''
|
119 |
> ⚠️ **Disclaimer:**
|
120 |
-
> This is a **demo model**,
|
121 |
-
> For better performance, can run the full model locally.
|
122 |
-
>
|
123 |
'''
|
124 |
|
125 |
with gr.Blocks() as demo:
|
|
|
117 |
|
118 |
disclaimer = '''
|
119 |
> ⚠️ **Disclaimer:**
|
120 |
+
> This is a **demo model**, The transcription accuracy isn't accurate due to Hugging Face model storage constraints.
|
121 |
+
> For better performance,you can run the full model locally.
|
122 |
+
> Please check out the repository and follow the instructions: [Full Model Repo Link](https://huggingface.co/brdhaker3/TunASR)
|
123 |
'''
|
124 |
|
125 |
with gr.Blocks() as demo:
|