zhiweili commited on
Commit
45748ff
·
1 Parent(s): efeb13c

fix not defined

Browse files
Files changed (1) hide show
  1. app_upscale.py +1 -0
app_upscale.py CHANGED
@@ -20,6 +20,7 @@ upscale_pipe = StableDiffusionUpscalePipeline.from_pretrained(model_id, torch_dt
20
  upscale_pipe = upscale_pipe.to(device)
21
 
22
  DEFAULT_SRC_PROMPT = "a person with pefect face"
 
23
 
24
 
25
  def create_demo() -> gr.Blocks:
 
20
  upscale_pipe = upscale_pipe.to(device)
21
 
22
  DEFAULT_SRC_PROMPT = "a person with pefect face"
23
+ DEFAULT_CATEGORY = "face"
24
 
25
 
26
  def create_demo() -> gr.Blocks: