yichenchenchen commited on
Commit
78414c5
·
verified ·
1 Parent(s): 699ec16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ inferencer = UniPicV2Inferencer(
31
  qwen_vl_path=qwen_vl_path,
32
  quant="int4"
33
  )
34
- #inferencer.pipeline = inferencer._init_pipeline()
35
 
36
  TEMP_DIR = tempfile.mkdtemp()
37
  print(f"Temporary directory created at: {TEMP_DIR}")
 
31
  qwen_vl_path=qwen_vl_path,
32
  quant="int4"
33
  )
34
+ inferencer.pipeline = inferencer._init_pipeline()
35
 
36
  TEMP_DIR = tempfile.mkdtemp()
37
  print(f"Temporary directory created at: {TEMP_DIR}")