Update app.py
Browse files
app.py
CHANGED
@@ -55,5 +55,4 @@ app = gr.Interface(
|
|
55 |
title="Vision Transformer Segmentation & Depth-Based Blur Effects",
|
56 |
description="Upload an image and select the type of blur effect (Gaussian or Lens). Adjust the blur intensity using the slider."
|
57 |
)
|
58 |
-
|
59 |
app.launch()
|
|
|
55 |
title="Vision Transformer Segmentation & Depth-Based Blur Effects",
|
56 |
description="Upload an image and select the type of blur effect (Gaussian or Lens). Adjust the blur intensity using the slider."
|
57 |
)
|
|
|
58 |
app.launch()
|