salomonsky commited on
Commit
019ad61
·
verified ·
1 Parent(s): e3f9866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -103,7 +103,6 @@ def main():
103
  audio_bytes = audiorecorder("Hablar ▶️", "Detener 🛑")
104
  if audio_bytes:
105
  audio_data = io.BytesIO(audio_bytes)
106
- audio_data.seek(0)
107
  audio_text = recognize_speech(audio_data)
108
 
109
  if audio_text:
 
103
  audio_bytes = audiorecorder("Hablar ▶️", "Detener 🛑")
104
  if audio_bytes:
105
  audio_data = io.BytesIO(audio_bytes)
 
106
  audio_text = recognize_speech(audio_data)
107
 
108
  if audio_text: