Spaces:
Runtime error
Runtime error
remove images dir
Browse files
app.py
CHANGED
|
@@ -100,10 +100,6 @@ def image_matting(
|
|
| 100 |
|
| 101 |
|
| 102 |
def main():
|
| 103 |
-
images_path = Path("images")
|
| 104 |
-
if not images_path.exists():
|
| 105 |
-
images_path.mkdir()
|
| 106 |
-
|
| 107 |
with gr.Blocks() as app:
|
| 108 |
gr.Markdown("Image Matting Powered By AI")
|
| 109 |
|
|
|
|
| 100 |
|
| 101 |
|
| 102 |
def main():
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
with gr.Blocks() as app:
|
| 104 |
gr.Markdown("Image Matting Powered By AI")
|
| 105 |
|