Charles Kabui
commited on
Commit
·
09ee37f
1
Parent(s):
4ce1f5f
model_path = './model/trained_model/model_final.pth'
Browse files
app.py
CHANGED
@@ -7,4 +7,7 @@ os.system("python -m pip install Pillow==9.4.0")
|
|
7 |
os.system("python -m pip install imagehash")
|
8 |
|
9 |
from main import app
|
|
|
|
|
|
|
10 |
app()
|
|
|
7 |
os.system("python -m pip install imagehash")
|
8 |
|
9 |
from main import app
|
10 |
+
|
11 |
+
model_path = './model/trained_model/model_final.pth'
|
12 |
+
config_path = './model/trained_model/config.yaml'
|
13 |
app()
|