Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,4 @@ with gr.Blocks() as demo:
|
|
111 |
fn=bot, inputs=bot_inputs, outputs=[chatbot_component]
|
112 |
)
|
113 |
|
114 |
-
demo.launch()
|
115 |
-
|
116 |
-
This updated version dynamically switches between `gemini-pro-vision` for image input and `gemini-flash-latest` for text-only input. The layout has been adjusted to place the chat textbox and image upload option next to each other, making the interface more user-friendly.
|
|
|
111 |
fn=bot, inputs=bot_inputs, outputs=[chatbot_component]
|
112 |
)
|
113 |
|
114 |
+
demo.launch()
|
|
|
|