Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def chat(prompt, tools, voice_choice):
|
|
| 64 |
)
|
| 65 |
last_id = response.id
|
| 66 |
|
| 67 |
-
if voice_choice = "On":
|
| 68 |
elita_text = response.output_text
|
| 69 |
|
| 70 |
voice_settings = {
|
|
|
|
| 64 |
)
|
| 65 |
last_id = response.id
|
| 66 |
|
| 67 |
+
if voice_choice == "On":
|
| 68 |
elita_text = response.output_text
|
| 69 |
|
| 70 |
voice_settings = {
|