tsereno commited on
Commit
3d72d2c
1 Parent(s): 2105fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -233,11 +233,11 @@ with gr.Blocks() as demo:
233
  gr.Examples(
234
  fn=bot,
235
  inputs=bot_inputs,
236
- outputs=[chatbot_component],
237
  examples=
238
  [
239
  [
240
- google_key_component,
241
  "gemini-1.5-flash-latest",
242
  "./example1.webp",
243
  .4,
@@ -248,7 +248,7 @@ with gr.Blocks() as demo:
248
  [("", "What is it?")]
249
  ],
250
  [
251
- google_key_component,
252
  "gemini-1.5-flash-latest",
253
  "./example2.jpg",
254
  .4,
 
233
  gr.Examples(
234
  fn=bot,
235
  inputs=bot_inputs,
236
+ outputs=None,
237
  examples=
238
  [
239
  [
240
+ google_key,
241
  "gemini-1.5-flash-latest",
242
  "./example1.webp",
243
  .4,
 
248
  [("", "What is it?")]
249
  ],
250
  [
251
+ google_key,
252
  "gemini-1.5-flash-latest",
253
  "./example2.jpg",
254
  .4,