developy commited on
Commit
55862cf
·
verified ·
1 Parent(s): f5e7cf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from diffusers import (
9
  )
10
 
11
  from transformers import CLIPTextModel, CLIPTokenizer
12
- from apdepth.marigold_pipeline.py import MarigoldPipeline
13
  from apdepth.modules.unet_2d_condition import UNet2DConditionModel
14
 
15
  def load_example(example_image):
 
9
  )
10
 
11
  from transformers import CLIPTextModel, CLIPTokenizer
12
+ from apdepth.marigold_pipeline import MarigoldPipeline
13
  from apdepth.modules.unet_2d_condition import UNet2DConditionModel
14
 
15
  def load_example(example_image):