Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from diffusers import (
|
|
| 9 |
)
|
| 10 |
|
| 11 |
from transformers import CLIPTextModel, CLIPTokenizer
|
| 12 |
-
from apdepth.marigold_pipeline
|
| 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):
|