Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from panna import ControlNetSD2
|
|
5 |
|
6 |
model = ControlNetSD2(condition_type="canny")
|
7 |
title = ("# [ControlNet XL](https://huggingface.co/docs/diffusers/api/pipelines/controlnet_sdxl) (Canny Edge Conditioning)\n"
|
8 |
-
"The demo is part of [panna](https://github.com/
|
9 |
example_files = []
|
10 |
for n in range(1, 10):
|
11 |
load_image(f"https://huggingface.co/spaces/depth-anything/Depth-Anything-V2/resolve/main/assets/examples/demo{n:0>2}.jpg").save(f"demo{n:0>2}.jpg")
|
|
|
5 |
|
6 |
model = ControlNetSD2(condition_type="canny")
|
7 |
title = ("# [ControlNet XL](https://huggingface.co/docs/diffusers/api/pipelines/controlnet_sdxl) (Canny Edge Conditioning)\n"
|
8 |
+
"The demo is part of [panna](https://github.com/asahi417/panna) project.")
|
9 |
example_files = []
|
10 |
for n in range(1, 10):
|
11 |
load_image(f"https://huggingface.co/spaces/depth-anything/Depth-Anything-V2/resolve/main/assets/examples/demo{n:0>2}.jpg").save(f"demo{n:0>2}.jpg")
|