TheMaisk commited on
Commit
c4bddef
1 Parent(s): 27248b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def response(message, history):
58
  gr_interface = gr.ChatInterface(
59
  fn=response,
60
  title="Mixtral_7Bx2_MoE-GGUF Chatbot",
61
- theme='syddharth/gray-minimal'
62
  )
63
 
64
  # Starten des Gradio-Interfaces
 
58
  gr_interface = gr.ChatInterface(
59
  fn=response,
60
  title="Mixtral_7Bx2_MoE-GGUF Chatbot",
61
+ theme='ParityError/Anime'
62
  )
63
 
64
  # Starten des Gradio-Interfaces