Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(css=css) as demo:
|
|
144 |
<div>
|
145 |
<center>
|
146 |
<h1>Gen AI Voice Chat</h1>
|
147 |
-
<p>real-time audio
|
148 |
</center>
|
149 |
</div>
|
150 |
"""
|
@@ -152,7 +152,7 @@ with gr.Blocks(css=css) as demo:
|
|
152 |
with gr.Row() as row:
|
153 |
with gr.Column():
|
154 |
webrtc = WebRTC(
|
155 |
-
label="
|
156 |
modality="audio",
|
157 |
mode="send-receive",
|
158 |
elem_id="video-source",
|
|
|
144 |
<div>
|
145 |
<center>
|
146 |
<h1>Gen AI Voice Chat</h1>
|
147 |
+
<p>real-time audio streaming</p>
|
148 |
</center>
|
149 |
</div>
|
150 |
"""
|
|
|
152 |
with gr.Row() as row:
|
153 |
with gr.Column():
|
154 |
webrtc = WebRTC(
|
155 |
+
label="Voice Chat",
|
156 |
modality="audio",
|
157 |
mode="send-receive",
|
158 |
elem_id="video-source",
|