ning8429 commited on
Commit
4ddd633
·
verified ·
1 Parent(s): 7f63852

Update api_server.py

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