Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|
131 |
-
<p>Speak with Gemini using real-time audio + video streaming</p>
|
132 |
-
<p>Powered by <a href=
|
133 |
-
<p>Get an API Key <a href="https://
|
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()
|