Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -286,9 +286,9 @@ 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
|
290 |
-
2. Single words (like "yes", "object") may take 10-20 minutes, which is irritating
|
291 |
-
3. Language Support - While Whisper understands and
|
292 |
""")
|
293 |
|
294 |
if st.button("Close", key="modal_close_btn"):
|
|
|
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 |
""")
|
293 |
|
294 |
if st.button("Close", key="modal_close_btn"):
|