xp3857 commited on
Commit
9ff5a4f
·
1 Parent(s): 73800da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def run_cmd(command):
126
 
127
  def run(image,image_u=None):
128
  uid = uuid.uuid4()
129
- Restoration_mode == "BOPBTL"
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