iisadia commited on
Commit
dc6e9c6
·
verified ·
1 Parent(s): e6fe8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 (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 write Urdu, the game only supports English responses
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"):