Spaces:
Running
Running
Update fox_detect_gradio.py
Browse files- fox_detect_gradio.py +1 -1
fox_detect_gradio.py
CHANGED
|
@@ -13,7 +13,7 @@ from utils import (get_labels,
|
|
| 13 |
current_dir = os.path.dirname(__file__)
|
| 14 |
MODEL_PATH = os.path.join(current_dir, 'model', 'model.tflite')
|
| 15 |
LABEL_PATH = os.path.join(current_dir, 'model', 'labels.txt')
|
| 16 |
-
IMAGES_DIRPATH = os.path.join(current_dir, '
|
| 17 |
OUTPUT_DIR = os.path.join(current_dir, 'output')
|
| 18 |
|
| 19 |
example_image_list = [
|
|
|
|
| 13 |
current_dir = os.path.dirname(__file__)
|
| 14 |
MODEL_PATH = os.path.join(current_dir, 'model', 'model.tflite')
|
| 15 |
LABEL_PATH = os.path.join(current_dir, 'model', 'labels.txt')
|
| 16 |
+
IMAGES_DIRPATH = os.path.join(current_dir, 'images')
|
| 17 |
OUTPUT_DIR = os.path.join(current_dir, 'output')
|
| 18 |
|
| 19 |
example_image_list = [
|