Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 8 |
name="gemini-1.5-flash", # Se establece el modelo por defecto
|
| 9 |
src=gemini_gradio.registry,
|
| 10 |
fill_height=True,
|
| 11 |
-
save_history: true,
|
| 12 |
chatbot=gr.Chatbot(type="messages")
|
| 13 |
)
|
| 14 |
|
|
|
|
| 8 |
name="gemini-1.5-flash", # Se establece el modelo por defecto
|
| 9 |
src=gemini_gradio.registry,
|
| 10 |
fill_height=True,
|
|
|
|
| 11 |
chatbot=gr.Chatbot(type="messages")
|
| 12 |
)
|
| 13 |
|