JeCabrera commited on
Commit
bd9465f
·
verified ·
1 Parent(s): addd159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,8 +8,8 @@ with gr.Blocks(fill_height=True) as demo:
8
 
9
  gemini_interface = gr.load(
10
  name="gemini-1.5-flash", # Se establece el modelo por defecto
11
- textbox=gr.Textbox(placeholder="Escribe tu pregunta para Gemini"),
12
  src=gemini_gradio.registry,
 
13
  fill_height=True,
14
  chatbot=gr.Chatbot(type="messages")
15
  )
 
8
 
9
  gemini_interface = gr.load(
10
  name="gemini-1.5-flash", # Se establece el modelo por defecto
 
11
  src=gemini_gradio.registry,
12
+ textbox=gr.Textbox(placeholder="Escribe tu pregunta para Gemini"),
13
  fill_height=True,
14
  chatbot=gr.Chatbot(type="messages")
15
  )