JeCabrera commited on
Commit
d964ab6
·
verified ·
1 Parent(s): de59544

Update app.py

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