lemonaddie commited on
Commit
9f7b69e
1 Parent(s): b074d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ def main():
409
  repo = git.Repo.clone_from(REPO_URL, REPO_DIR)
410
  sys.path.append(os.path.join(os.getcwd(), REPO_DIR))
411
 
412
- from pipeline.models.depth_normal_pipeline_clip_cfg import DepthNormalEstimationPipeline
413
  pipeline = DepthNormalEstimationPipeline.from_pretrained("lemonaddie/Geowizard")
414
 
415
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
409
  repo = git.Repo.clone_from(REPO_URL, REPO_DIR)
410
  sys.path.append(os.path.join(os.getcwd(), REPO_DIR))
411
 
412
+ from pipeline.depth_normal_pipeline_clip_cfg import DepthNormalEstimationPipeline
413
  pipeline = DepthNormalEstimationPipeline.from_pretrained("lemonaddie/Geowizard")
414
 
415
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")