Antonio49 commited on
Commit
d3f8059
·
verified ·
1 Parent(s): 1b3b9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,6 +57,6 @@ def predict(message, history):
57
  # Setting up the Gradio chat interface.
58
  gr.ChatInterface(predict,
59
  title="Tinyllama_chatBot",
60
- description="Ask Tiny llama any questions",
61
- examples=['How to cook a fish?', 'Who is the president of US now?']
62
  ).launch() # Launching the web interface.
 
57
  # Setting up the Gradio chat interface.
58
  gr.ChatInterface(predict,
59
  title="Tinyllama_chatBot",
60
+ description="Hazle cualquier pregunta a Tiny llama",
61
+ examples=['¿que es un archivo .csv?', '¿que es un dataframe?']
62
  ).launch() # Launching the web interface.