Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -58,7 +58,7 @@ async def generate_response(websocket: WebSocket, audio_np: np.ndarray):
|
|
| 58 |
chat.end_turn()
|
| 59 |
|
| 60 |
chat.new_turn("user")
|
| 61 |
-
chat.add_audio(audio_np
|
| 62 |
chat.end_turn()
|
| 63 |
|
| 64 |
chat.new_turn("assistant")
|
|
|
|
| 58 |
chat.end_turn()
|
| 59 |
|
| 60 |
chat.new_turn("user")
|
| 61 |
+
chat.add_audio(audio_np)
|
| 62 |
chat.end_turn()
|
| 63 |
|
| 64 |
chat.new_turn("assistant")
|