einfachalf commited on
Commit
04d9709
1 Parent(s): 3464126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -737,9 +737,9 @@ def build_single_model_ui(models):
737
  def build_demo(models):
738
  with gr.Blocks(
739
  title="Einfach.NeuralChat · Intel",
740
- theme="TogetherAI/Ghostly"(),
741
  css=block_css,
742
- ) as demo:
743
  url_params = gr.JSON(visible=False)
744
 
745
  (
 
737
  def build_demo(models):
738
  with gr.Blocks(
739
  title="Einfach.NeuralChat · Intel",
740
+ theme="TogetherAI/Ghostly",
741
  css=block_css,
742
+ ) as demo:
743
  url_params = gr.JSON(visible=False)
744
 
745
  (