einfachalf commited on
Commit
2d4f5b8
1 Parent(s): f15310d

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="TogetherAI/Alex2"()) 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,