Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ class GeminiHandler(AsyncAudioVideoStreamHandler):
|
|
79 |
|
80 |
# Update the config to include tools and system_instruction
|
81 |
config = types.LiveConnectConfig(
|
82 |
-
response_modalities=["AUDIO
|
83 |
speech_config=types.SpeechConfig(
|
84 |
language_code="de-DE",
|
85 |
voice_config=types.VoiceConfig(
|
|
|
79 |
|
80 |
# Update the config to include tools and system_instruction
|
81 |
config = types.LiveConnectConfig(
|
82 |
+
response_modalities=["AUDIO"],
|
83 |
speech_config=types.SpeechConfig(
|
84 |
language_code="de-DE",
|
85 |
voice_config=types.VoiceConfig(
|