RandomCatLover commited on
Commit
d55ab02
1 Parent(s): e092e8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ if not os.path.exists(destination):
18
  except subprocess.CalledProcessError as e:
19
  print(f'Error cloning repository: {e.output.decode()}')
20
 
 
21
  if not os.path.exists(destination):
22
  import subprocess
23
  repo_url = os.getenv("GIT_CORE")
 
18
  except subprocess.CalledProcessError as e:
19
  print(f'Error cloning repository: {e.output.decode()}')
20
 
21
+ destination = 'explainer_tf_mobilenetv2'
22
  if not os.path.exists(destination):
23
  import subprocess
24
  repo_url = os.getenv("GIT_CORE")