renyuxi commited on
Commit
0515e2e
β€’
1 Parent(s): a291a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ pipe.load_lora_weights("ByteDance/Hyper-SD", weight_name="Hyper-SD15-1step-lora.
40
  pipe.to("cuda")
41
  pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config, timestep_spacing ="trailing")
42
 
43
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
44
  with gr.Column():
45
  with gr.Row():
46
  with gr.Column():
 
40
  pipe.to("cuda")
41
  pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config, timestep_spacing ="trailing")
42
 
43
+ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
44
  with gr.Column():
45
  with gr.Row():
46
  with gr.Column():