Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -113,7 +113,7 @@ else:
|
|
| 113 |
st.stop()
|
| 114 |
|
| 115 |
LIVE_CONNECT_CONFIG = types.LiveConnectConfig(
|
| 116 |
-
response_modalities=["audio", "text"
|
| 117 |
speech_config=types.SpeechConfig(
|
| 118 |
voice_config=types.VoiceConfig(
|
| 119 |
# Using Puck voice
|
|
|
|
| 113 |
st.stop()
|
| 114 |
|
| 115 |
LIVE_CONNECT_CONFIG = types.LiveConnectConfig(
|
| 116 |
+
response_modalities=["audio", "text"], # Requesting audio response
|
| 117 |
speech_config=types.SpeechConfig(
|
| 118 |
voice_config=types.VoiceConfig(
|
| 119 |
# Using Puck voice
|