title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
---|---|---|---|---|---|---|---|---|---|
Gemini 2 Pro Chat |
♊💬 |
green |
pink |
gradio |
5.15.0 |
app.py |
false |
mit |
Image, Audio, and Document understanding + Code Execution. |
This module sets up a Gradio interface for a multi-modal chatbot powered by the Gemini 2.0 Pro model. It supports text, image, audio, and document inputs and uses the google.genai library to generate responses. All response-generation operations now use the streaming endpoint (generate_content_stream) so that the UI receives incremental updates.