eraz3r commited on
Commit
d1da97e
·
verified ·
1 Parent(s): 0fc73f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def handle_parse_text(task_text, user_id):
189
 
190
 
191
  def handle_transcribe_voice(audio_path, user_id):
192
- """Whisper transcription then Groq parse — uses faster-whisper (Python 3.13 compatible)."""
193
  if audio_path is None:
194
  return gr.update(visible=False), _err("No audio recorded.")
195
  try:
 
189
 
190
 
191
  def handle_transcribe_voice(audio_path, user_id):
192
+ """Whisper transcription — uses faster-whisper (Python 3.13 compatible)."""
193
  if audio_path is None:
194
  return gr.update(visible=False), _err("No audio recorded.")
195
  try: