pmelnechuk commited on
Commit
6426abb
·
verified ·
1 Parent(s): a28046d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -63,11 +63,11 @@ if __name__=="__main__":
63
  return src.model_load(message,retriever)
64
 
65
  iface = gr.Interface(
66
- fn=chatbot_response,
67
- inputs=gr.Textbox(label="Escribe tu mensaje"),
68
- outputs=gr.Textbox(label="Respuesta del chatbot"),
69
- title="Chatbot Simple",
70
- description="Interfaz simple de chatbot con Gradio."
71
  )
72
 
73
- iface.launch(share=True)
 
63
  return src.model_load(message,retriever)
64
 
65
  iface = gr.Interface(
66
+ fn=chatbot_response,
67
+ inputs=gr.Textbox(label="Escribe tu mensaje"),
68
+ outputs=gr.Textbox(label="Respuesta del chatbot"),
69
+ title="Chatbot Simple",
70
+ description="Interfaz simple de chatbot con Gradio."
71
  )
72
 
73
+ iface.launch()