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

Update app.py

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