rishiraj commited on
Commit
c63266f
·
verified ·
1 Parent(s): 145f19e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,9 +130,9 @@ gr.ChatInterface(
130
  fn=generate,
131
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
132
  additional_inputs=additional_inputs,
133
- title="Hey Gemini",
134
  description="Gemini Sprint submission by Rishiraj Acharya. Uses Google's Gemini 1.0 Pro Vision multimodal model from Vertex AI with Google's Gemma 7B Instruct model from Hugging Face. Google Cloud credits are provided for this project.",
135
  theme="Soft",
136
  examples=examples,
137
- concurrency_limit=20,
138
  ).launch(show_api=False)
 
130
  fn=generate,
131
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble", bubble_full_width=False),
132
  additional_inputs=additional_inputs,
133
+ title="Gemma Gemini Multimodal Chatbot",
134
  description="Gemini Sprint submission by Rishiraj Acharya. Uses Google's Gemini 1.0 Pro Vision multimodal model from Vertex AI with Google's Gemma 7B Instruct model from Hugging Face. Google Cloud credits are provided for this project.",
135
  theme="Soft",
136
  examples=examples,
137
+ concurrency_limit=2,
138
  ).launch(show_api=False)