RandomCatLover commited on
Commit
8c62505
1 Parent(s): 3da4461

added corect link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  model_folder = 'model'
9
  destination = model_folder
10
- repo_url = "https://huggingface.co/RandomCatLover/plants_diseas"
11
 
12
  if not os.path.exists(destination):
13
  import subprocess
 
7
 
8
  model_folder = 'model'
9
  destination = model_folder
10
+ repo_url = "https://huggingface.co/RandomCatLover/plants_disease"
11
 
12
  if not os.path.exists(destination):
13
  import subprocess