RamAnanth1 commited on
Commit
3cd5160
1 Parent(s): 9419286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ from pytorch_lightning import seed_everything
9
  from util import resize_image, HWC3, apply_canny
10
  from ldm.models.diffusion.ddim import DDIMSampler
11
 
12
- from annotator.openpose import apply_openpose
13
 
14
  from cldm.model import create_model, load_state_dict
15
 
 
9
  from util import resize_image, HWC3, apply_canny
10
  from ldm.models.diffusion.ddim import DDIMSampler
11
 
 
12
 
13
  from cldm.model import create_model, load_state_dict
14