Spaces:
Runtime error
Runtime error
David-Chew-HL
commited on
Commit
•
697773a
1
Parent(s):
d0176da
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,6 @@ output = gr.Image(type="pil", label="Blurred Image")
|
|
26 |
|
27 |
app= gr.Interface(fn=blur_img, inputs=inputs, outputs=output, title="Depth Anything model based Image Blurring",
|
28 |
description="Upload an image and adjust the blur amount using the slider. \nThis project takes in an image, obtains a depth mask using the Depth Anything model by https://huggingface.co/LiheYoung/depth-anything-base-hf, and blurs image based on the depth mask.",
|
29 |
-
|
30 |
|
31 |
app.launch(share=True)
|
|
|
26 |
|
27 |
app= gr.Interface(fn=blur_img, inputs=inputs, outputs=output, title="Depth Anything model based Image Blurring",
|
28 |
description="Upload an image and adjust the blur amount using the slider. \nThis project takes in an image, obtains a depth mask using the Depth Anything model by https://huggingface.co/LiheYoung/depth-anything-base-hf, and blurs image based on the depth mask.",
|
29 |
+
)
|
30 |
|
31 |
app.launch(share=True)
|