Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
fcfb7a8
1
Parent(s):
e72cac2
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,11 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
61 |
demo = gr.ChatInterface(
|
62 |
fn=respond,
|
63 |
css=css,
|
64 |
-
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
|
|
|
|
|
|
|
|
65 |
additional_inputs=[
|
66 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
67 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
61 |
demo = gr.ChatInterface(
|
62 |
fn=respond,
|
63 |
css=css,
|
64 |
+
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
65 |
+
exemples=[
|
66 |
+
["Calcul moi ma facture si j'ai 12 pied par 35 pied de gravier 0-3/4 pour un epaisseur de 3 pouces en livraison zone 4"],
|
67 |
+
["Je veux connaitre les produits de paillis chez le specialiste du vrai"],
|
68 |
+
],
|
69 |
additional_inputs=[
|
70 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
71 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|