vivym commited on
Commit
2e3599f
1 Parent(s): 65d7a50

remove images dir

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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