Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|