pixelprotest commited on
Commit
40e5433
·
verified ·
1 Parent(s): 5d91101

Update fox_detect_gradio.py

Browse files
Files changed (1) hide show
  1. 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, 'publish_images')
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 = [