carlosrosash commited on
Commit
9af3c84
1 Parent(s): ca376a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Amyot/themes/theme_schema@0.0.1.json"
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