Commit
·
7b0caae
1
Parent(s):
4af29ae
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ iface = gr.Interface(
|
|
| 147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
| 148 |
] + additional_inputs,
|
| 149 |
outputs="text",
|
| 150 |
-
theme="
|
| 151 |
)
|
| 152 |
|
| 153 |
# Launch the Gradio interface for the Mistral model
|
|
|
|
| 147 |
gr.Textbox(label="Votre question ou votre instruction.", type="text", lines=5),
|
| 148 |
] + additional_inputs,
|
| 149 |
outputs="text",
|
| 150 |
+
theme="carlosrosash/bellay_test"
|
| 151 |
)
|
| 152 |
|
| 153 |
# Launch the Gradio interface for the Mistral model
|