Commit
·
9af3c84
1
Parent(s):
ca376a7
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ iface = CustomInterface(
|
|
199 |
examples=examples,
|
200 |
inputs=[gr.Textbox(label="Question ou votre instruction", type="text", lines=5, placeholder = "Commencer à écrire ici")] + additional_inputs,
|
201 |
outputs=[gr.Textbox(label="Réponse", type="text", lines=5)],
|
202 |
-
theme="
|
203 |
)
|
204 |
|
205 |
# Launch the Gradio interface for the Mistral model
|
|
|
199 |
examples=examples,
|
200 |
inputs=[gr.Textbox(label="Question ou votre instruction", type="text", lines=5, placeholder = "Commencer à écrire ici")] + additional_inputs,
|
201 |
outputs=[gr.Textbox(label="Réponse", type="text", lines=5)],
|
202 |
+
theme="carlosrosash/bellay_test"
|
203 |
)
|
204 |
|
205 |
# Launch the Gradio interface for the Mistral model
|