Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
10 |
name="gemini-2.0-flash", # Se establece el modelo por defecto
|
11 |
src=gemini_gradio.registry,
|
12 |
fill_height=True,
|
13 |
-
chatbot=gr.
|
14 |
)
|
15 |
|
16 |
demo.launch(ssr_mode=False)
|
|
|
10 |
name="gemini-2.0-flash", # Se establece el modelo por defecto
|
11 |
src=gemini_gradio.registry,
|
12 |
fill_height=True,
|
13 |
+
chatbot=gr.ChatInterface(type="messages")
|
14 |
)
|
15 |
|
16 |
demo.launch(ssr_mode=False)
|