Spaces:
Sleeping
Sleeping
updated
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def upload_files():
|
|
| 102 |
|
| 103 |
|
| 104 |
def make_predictions(image_paths):
|
| 105 |
-
temp = None
|
| 106 |
try:
|
| 107 |
# For Windows OS
|
| 108 |
# temp = pathlib.PosixPath # Save the original state
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
def make_predictions(image_paths):
|
| 105 |
+
# temp = None
|
| 106 |
try:
|
| 107 |
# For Windows OS
|
| 108 |
# temp = pathlib.PosixPath # Save the original state
|