clementchadebec
commited on
Commit
•
d7b1dc7
1
Parent(s):
adc1f0e
Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ im = load_image(
|
|
76 |
"https://huggingface.co/jasperai/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/examples/output.jpg"
|
77 |
)
|
78 |
|
79 |
-
|
80 |
```
|
81 |
|
82 |
# Training
|
|
|
76 |
"https://huggingface.co/jasperai/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/examples/output.jpg"
|
77 |
)
|
78 |
|
79 |
+
depth = midas(im)
|
80 |
```
|
81 |
|
82 |
# Training
|