asahi417 commited on
Commit
d1e5ac3
·
verified ·
1 Parent(s): 86c48ae

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import spaces
4
  from panna.pipeline import PipelineDepth2ImageV2
5
 
6
 
7
- model = PipelineDepth2ImageV2(torch_dtype=None, variant=None)
8
  title = ("# [Depth2Image](https://huggingface.co/stabilityai/stable-diffusion-2-depth) with [DepthAnythingV2](https://huggingface.co/depth-anything/Depth-Anything-V2-Large-hf)\n"
9
  "Depth2Image with depth map predicted by DepthAnything V2. The demo is part of [panna](https://github.com/abacws-abacus/panna) project.")
10
  example_files = []
 
4
  from panna.pipeline import PipelineDepth2ImageV2
5
 
6
 
7
+ model = PipelineDepth2ImageV2()
8
  title = ("# [Depth2Image](https://huggingface.co/stabilityai/stable-diffusion-2-depth) with [DepthAnythingV2](https://huggingface.co/depth-anything/Depth-Anything-V2-Large-hf)\n"
9
  "Depth2Image with depth map predicted by DepthAnything V2. The demo is part of [panna](https://github.com/abacws-abacus/panna) project.")
10
  example_files = []