fantaxy commited on
Commit
2829153
·
verified ·
1 Parent(s): d06f403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ footer {
161
  def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
162
  offload: bool = False):
163
 
164
- with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
165
 
166
 
167
  with gr.Row():
 
161
  def create_demo(args, model_name: str, device: str = "cuda" if torch.cuda.is_available() else "cpu",
162
  offload: bool = False):
163
 
164
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
165
 
166
 
167
  with gr.Row():