nihalaninihal commited on
Commit
3d69bf6
·
verified ·
1 Parent(s): 0f01eb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from google.genai.types import (
12
  VoiceConfig,
13
  )
14
  import gradio as gr
15
- from gradio_webrtc import AsyncStreamHandler, WebRTC, async_aggregate_bytes_to_16bit
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