noumanjavaid commited on
Commit
fbe8c4d
·
verified ·
1 Parent(s): dee6e00

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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", "video"], # Requesting audio response
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