Merge branch 'main' of https://huggingface.co/spaces/ExCeipt/ExCeipt
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ def upload_files():
|
|
102 |
return render_template('index.html')
|
103 |
|
104 |
|
|
|
105 |
def make_predictions(image_paths):
|
106 |
# temp = None
|
107 |
try:
|
|
|
102 |
return render_template('index.html')
|
103 |
|
104 |
|
105 |
+
from pathlib import Path
|
106 |
def make_predictions(image_paths):
|
107 |
# temp = None
|
108 |
try:
|