Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from google.genai.types import (
|
|
| 12 |
VoiceConfig,
|
| 13 |
)
|
| 14 |
import gradio as gr
|
| 15 |
-
from
|
| 16 |
import numpy as np
|
| 17 |
|
| 18 |
current_dir = pathlib.Path(__file__).parent
|
|
|
|
| 12 |
VoiceConfig,
|
| 13 |
)
|
| 14 |
import gradio as gr
|
| 15 |
+
from fastrtc import AsyncStreamHandler, WebRTC, async_aggregate_bytes_to_16bit
|
| 16 |
import numpy as np
|
| 17 |
|
| 18 |
current_dir = pathlib.Path(__file__).parent
|