Spaces:
Running
Running
title: Gemini 2 Pro Chat | |
emoji: βπ¬ | |
colorFrom: green | |
colorTo: pink | |
sdk: gradio | |
sdk_version: 5.15.0 | |
app_file: app.py | |
pinned: false | |
license: mit | |
short_description: 'Image, Audio, and Document understanding + Code Execution. ' | |
## Gemini 2.0 Pro Multi-modal Chatbot | |
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. | |