RandomCatLover commited on
Commit
3da4461
·
1 Parent(s): 32cb20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ repo_url = "https://huggingface.co/RandomCatLover/plants_diseas"
11
 
12
  if not os.path.exists(destination):
13
  import subprocess
14
- repo_url = os.getenv("GIT_CORE")
15
  command = f'git clone {repo_url} {destination}'
16
  try:
17
  subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)#, env=env)
 
11
 
12
  if not os.path.exists(destination):
13
  import subprocess
14
+ #repo_url = os.getenv("GIT_CORE")
15
  command = f'git clone {repo_url} {destination}'
16
  try:
17
  subprocess.check_output(command, stderr=subprocess.STDOUT, shell=True)#, env=env)