Update app.py
Browse files
app.py
CHANGED
@@ -59,5 +59,4 @@ gr.ChatInterface(
|
|
59 |
response,
|
60 |
title="Chat con Gemini 1.5 Flash",
|
61 |
textbox=gr.Textbox(placeholder="Escribe tu pregunta para Gemini"),
|
62 |
-
|
63 |
-
).launch(debug=True)
|
|
|
59 |
response,
|
60 |
title="Chat con Gemini 1.5 Flash",
|
61 |
textbox=gr.Textbox(placeholder="Escribe tu pregunta para Gemini"),
|
62 |
+
).launch(debug=True)
|
|