Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def show_techniques_modal():
|
|
286 |
4. Hard Prompt Tuning - Carefully engineered prompts to optimize model performance
|
287 |
|
288 |
**Known Limitations:**
|
289 |
-
1. Voice input may take 5-10 seconds to process sentences, which is fine.
|
290 |
2. Single words (like "yes", "object") may take 10-20 minutes, which is irritating.
|
291 |
3. Language Support - While Whisper understands and writes Urdu, but the game only supports English responses
|
292 |
""")
|
|
|
286 |
4. Hard Prompt Tuning - Carefully engineered prompts to optimize model performance
|
287 |
|
288 |
**Known Limitations:**
|
289 |
+
1. Voice input may take 5-10 seconds to process sentences, which is fine. (Whisper model trained on long sentences, so it's very accurate, but good for a sentence, but not for a word)
|
290 |
2. Single words (like "yes", "object") may take 10-20 minutes, which is irritating.
|
291 |
3. Language Support - While Whisper understands and writes Urdu, but the game only supports English responses
|
292 |
""")
|