Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,5 @@ with gr.Blocks() as demo:
|
|
112 |
)
|
113 |
|
114 |
demo.launch()
|
115 |
-
```
|
116 |
|
117 |
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.
|
|
|
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.
|