Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
b6dcb20
1
Parent(s):
58180cf
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ demo = gr.ChatInterface(
|
|
71 |
css=css,
|
72 |
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
73 |
theme=gt.LIGHT,
|
74 |
-
background_image="./favicon.jpg"
|
75 |
additional_inputs=[
|
76 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
77 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
|
|
71 |
css=css,
|
72 |
title="Voici notre Chatbot: Le Spéc'IA'liste du vrac",
|
73 |
theme=gt.LIGHT,
|
74 |
+
background_image="./favicon.jpg",
|
75 |
additional_inputs=[
|
76 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
77 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|