Spaces:
Runtime error
Runtime error
David-Chew-HL
commited on
Commit
•
dab4ca7
1
Parent(s):
a3e99fa
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ inputs = [
|
|
24 |
output = gr.Image(type="pil", label="Blurred Image")
|
25 |
|
26 |
gr.Interface(fn=blur_img, inputs=inputs, outputs=output, title="Depth Anything model based Image Blurring",
|
27 |
-
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 using the mask.").launch()
|
|
|
24 |
output = gr.Image(type="pil", label="Blurred Image")
|
25 |
|
26 |
gr.Interface(fn=blur_img, inputs=inputs, outputs=output, title="Depth Anything model based Image Blurring",
|
27 |
+
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 using the mask.").launch(share=True)
|