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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,5 +134,5 @@ gr.ChatInterface(
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)
 
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)