ning8429 commited on
Commit
50a1b61
·
verified ·
1 Parent(s): 692a9e8

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +1 -1
api_server.py CHANGED
@@ -25,7 +25,7 @@ load_type = 'local'
25
  MODEL_YOLO = "yolo11_detect_best_241024_1.pt"
26
  MODEL_DIR = "./artifacts/models"
27
  YOLO_DIR = "./artifacts/yolo"
28
- GRADIO_URL = "https://f0d9a1d1c3b6095c59.gradio.live/"
29
 
30
 
31
  # Load the saved YOLO model into memory
 
25
  MODEL_YOLO = "yolo11_detect_best_241024_1.pt"
26
  MODEL_DIR = "./artifacts/models"
27
  YOLO_DIR = "./artifacts/yolo"
28
+ GRADIO_URL = "https://0402de291879bb517e.gradio.live/"
29
 
30
 
31
  # Load the saved YOLO model into memory