Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
import time
|
| 7 |
import tempfile
|
| 8 |
from google.cloud import texttospeech
|
| 9 |
-
from google.cloud import
|
| 10 |
from streamlit_webrtc import webrtc_streamer, WebRtcMode, AudioProcessorBase
|
| 11 |
|
| 12 |
# Configuraci贸n de la clave API
|
|
|
|
| 6 |
import time
|
| 7 |
import tempfile
|
| 8 |
from google.cloud import texttospeech
|
| 9 |
+
from google.cloud import speech
|
| 10 |
from streamlit_webrtc import webrtc_streamer, WebRtcMode, AudioProcessorBase
|
| 11 |
|
| 12 |
# Configuraci贸n de la clave API
|