brdhaker3 commited on
Commit
835adae
·
verified ·
1 Parent(s): 54bcda0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -117,9 +117,9 @@ Interested? Try it out!
117
 
118
  disclaimer = '''
119
  > ⚠️ **Disclaimer:**
120
- > This is a **demo model**, and transcription accuracy is limited due to Hugging Face model storage constraints.
121
- > For better performance, can run the full model locally.
122
- > Check out the repository and follow the instructions: [LINK](https://huggingface.co/brdhaker3/TunASR)
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: