David-Chew-HL commited on
Commit
697773a
1 Parent(s): d0176da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gr.Image(value="/Blur-Anything/depth.gif"))
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)