GonzaloMG commited on
Commit
a7b7439
1 Parent(s): 5355439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import tempfile
15
  from gradio_imageslider import ImageSlider
16
  from huggingface_hub import hf_hub_download
17
 
18
- from Geowizard.geowizard.models.geowizard_pipeline import DepthNormalEstimationPipeline
19
- from Geowizard.geowizard.models.unet_2d_condition import UNet2DConditionModel
20
  from diffusers import DDIMScheduler, AutoencoderKL
21
  from transformers import CLIPImageProcessor, CLIPVisionModelWithProjection
22
 
 
15
  from gradio_imageslider import ImageSlider
16
  from huggingface_hub import hf_hub_download
17
 
18
+ from GeoWizard.geowizard.models.geowizard_pipeline import DepthNormalEstimationPipeline
19
+ from GeoWizard.geowizard.models.unet_2d_condition import UNet2DConditionModel
20
  from diffusers import DDIMScheduler, AutoencoderKL
21
  from transformers import CLIPImageProcessor, CLIPVisionModelWithProjection
22