TogetherAI commited on
Commit
2bbc8b4
1 Parent(s): e5433de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ customCSS = """
96
  }
97
  """
98
 
99
- with gr.Blocks(theme='TogetherAI/Alex2') as demo:
100
  gr.ChatInterface(
101
  generate,
102
  additional_inputs=additional_inputs,
 
96
  }
97
  """
98
 
99
+ with gr.Blocks(theme='ParityError/Interstellar') as demo:
100
  gr.ChatInterface(
101
  generate,
102
  additional_inputs=additional_inputs,