ning8429 commited on
Commit
79343ba
·
verified ·
1 Parent(s): 50a1b61

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://0402de291879bb517e.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://492800edf5d5b31052.gradio.live/"
29
 
30
 
31
  # Load the saved YOLO model into memory