AchyuthGamer commited on
Commit
a4026c3
1 Parent(s): 20aba70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ customCSS = """
88
  }
89
  """
90
 
91
- with gr.Blocks(theme="AchyuthGamer/miku") as demo:
92
  gr.ChatInterface(
93
  generate,
94
  additional_inputs=additional_inputs,
 
88
  }
89
  """
90
 
91
+ with gr.Blocks(theme="TogetherAI/Alex2") as demo:
92
  gr.ChatInterface(
93
  generate,
94
  additional_inputs=additional_inputs,