Rahatara commited on
Commit
75218a1
·
verified ·
1 Parent(s): 1bec0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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.