Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def run_cmd(command):
|
|
126 |
|
127 |
def run(image,image_u=None):
|
128 |
uid = uuid.uuid4()
|
129 |
-
|
130 |
if os.path.isdir(f"Temp{uid}"):
|
131 |
shutil.rmtree(f"Temp{uid}")
|
132 |
|
|
|
126 |
|
127 |
def run(image,image_u=None):
|
128 |
uid = uuid.uuid4()
|
129 |
+
|
130 |
if os.path.isdir(f"Temp{uid}"):
|
131 |
shutil.rmtree(f"Temp{uid}")
|
132 |
|