Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|