Commit
·
fbc82dc
1
Parent(s):
bcd12d6
eta updated warning app
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
|
| 15 |
|
| 16 |
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
app.py
CHANGED
|
@@ -196,7 +196,7 @@ with gr.Blocks(title="Whisper-LLM-TTS") as app:
|
|
| 196 |
## ⚠️ Warning:
|
| 197 |
- If you are experiencing slow execution, please consider clearing the memory by pressing the button below and refreshing the page.
|
| 198 |
- The execution time will highly dependant on the hardware and the length of your audio.
|
| 199 |
-
- The execution might be slow due to hardware limitations on this free Hugging Face interface. It could go from
|
| 200 |
- If you've got a GPU locally, the execution could be a lot faster (approximately 5 seconds on my local machine).
|
| 201 |
""")
|
| 202 |
# App Description
|
|
|
|
| 196 |
## ⚠️ Warning:
|
| 197 |
- If you are experiencing slow execution, please consider clearing the memory by pressing the button below and refreshing the page.
|
| 198 |
- The execution time will highly dependant on the hardware and the length of your audio.
|
| 199 |
+
- The execution might be slow due to hardware limitations on this free Hugging Face interface. It could go from 3 to 10 minutes.
|
| 200 |
- If you've got a GPU locally, the execution could be a lot faster (approximately 5 seconds on my local machine).
|
| 201 |
""")
|
| 202 |
# App Description
|