Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
66a6b32
1
Parent(s):
7be988d
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,10 @@ demo = gr.ChatInterface(
|
|
62 |
fn=respond,
|
63 |
css=css,
|
64 |
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
65 |
-
exemple=[
|
66 |
-
|
|
|
|
|
67 |
additional_inputs=[
|
68 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
69 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
62 |
fn=respond,
|
63 |
css=css,
|
64 |
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
65 |
+
exemple=[
|
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"),
|