rishiraj commited on
Commit
f9660eb
·
verified ·
1 Parent(s): e45ab03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -127,10 +127,10 @@ with gr.Blocks(css=css) as demo:
127
  <img src="https://www.gstatic.com/lamda/images/gemini_favicon_f069958c85030456e93de685481c559f160ea06b.png" style="width: 100px; height: 100px;">
128
  </div>
129
  <div>
130
- <h1>Gen AI SDK Voice Chat</h1>
131
- <p>Speak with Gemini using real-time audio + video streaming</p>
132
- <p>Powered by <a href="https://gradio.app/">Gradio</a> and <a href=https://freddyaboulton.github.io/gradio-webrtc/">WebRTC</a>⚡️</p>
133
- <p>Get an API Key <a href="https://support.google.com/googleapi/answer/6158862?hl=en">here</a></p>
134
  </div>
135
  </div>
136
  """
@@ -167,4 +167,4 @@ with gr.Blocks(css=css) as demo:
167
 
168
 
169
  if __name__ == "__main__":
170
- demo.launch()
 
127
  <img src="https://www.gstatic.com/lamda/images/gemini_favicon_f069958c85030456e93de685481c559f160ea06b.png" style="width: 100px; height: 100px;">
128
  </div>
129
  <div>
130
+ <h1>Video Calls with Gemini Multimodal Live API</h1>
131
+ <p>She isn't picking up the call? Speak with Gemini using real-time audio + video streaming</p>
132
+ <p>Powered by <a href=https://freddyaboulton.github.io/gradio-webrtc/">Gradio WebRTC</a>. Demo app by <a href="https://instagram.com/rishirajacharya">Rishiraj Acharya</a>. Follow karlo frandzzz!</p>
133
+ <p>Get an API Key <a href="https://aistudio.google.com/apikey">here</a></p>
134
  </div>
135
  </div>
136
  """
 
167
 
168
 
169
  if __name__ == "__main__":
170
+ demo.launch()