Commit
·
c6c5071
1
Parent(s):
8f9cd66
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ iface = CustomInterface(
|
|
182 |
] + additional_inputs,
|
183 |
outputs=[
|
184 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
185 |
-
theme="carlosrosash/bellay_test"
|
186 |
)
|
187 |
|
188 |
# Launch the Gradio interface for the Mistral model
|
|
|
182 |
] + additional_inputs,
|
183 |
outputs=[
|
184 |
gr.Textbox(label="Output will happear here", type="text", lines=5)],
|
185 |
+
theme="carlosrosash/bellay_test"
|
186 |
)
|
187 |
|
188 |
# Launch the Gradio interface for the Mistral model
|