Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
7 |
gr.Markdown("<h3 style='text-align:center;'>El escritor de ventas que nunca duerme, siempre listo para conectar, cautivar y convencer a tu audiencia.</h3>") # Subtítulo centrado
|
8 |
|
9 |
gemini_interface = gr.load(
|
10 |
-
name="gemini-
|
11 |
src=gemini_gradio.registry,
|
12 |
fill_height=True,
|
13 |
chatbot=gr.Chatbot(type="messages")
|
|
|
7 |
gr.Markdown("<h3 style='text-align:center;'>El escritor de ventas que nunca duerme, siempre listo para conectar, cautivar y convencer a tu audiencia.</h3>") # Subtítulo centrado
|
8 |
|
9 |
gemini_interface = gr.load(
|
10 |
+
name="gemini-2.0-flash", # Se establece el modelo por defecto
|
11 |
src=gemini_gradio.registry,
|
12 |
fill_height=True,
|
13 |
chatbot=gr.Chatbot(type="messages")
|