mgokg commited on
Commit
c89afdc
·
verified ·
1 Parent(s): f8ee82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 + video streaming</p>
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="Video Chat",
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",