Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 61 |
-
examples=['
|
| 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.
|