Spaces:
Sleeping
Sleeping
Commit
·
32cb20d
1
Parent(s):
f663f5e
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
import cv2
|
6 |
import os
|
7 |
|
8 |
-
model_folder = '
|
9 |
destination = model_folder
|
10 |
repo_url = "https://huggingface.co/RandomCatLover/plants_diseas"
|
11 |
|
|
|
5 |
import cv2
|
6 |
import os
|
7 |
|
8 |
+
model_folder = 'model'
|
9 |
destination = model_folder
|
10 |
repo_url = "https://huggingface.co/RandomCatLover/plants_diseas"
|
11 |
|