ning8429 commited on
Commit
2434a1d
Β·
verified Β·
1 Parent(s): 77f0a99

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +2 -2
api_server.py CHANGED
@@ -25,8 +25,8 @@ load_type = 'local'
25
  MODEL_YOLO = "yolo11_detect_best_241024_1.pt"
26
  MODEL_DIR = "./artifacts/models"
27
  YOLO_DIR = "./artifacts/yolo"
28
- IMG2TEXT_URL = "https://fd39e54bcb191a37bf.gradio.live/" # εœ–η”Ÿζ–‡
29
- TEXT2IMG_URL = "https://e0ac675070fceb8e63.gradio.live/" # ζ–‡η”Ÿεœ–
30
 
31
 
32
  # 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
+ IMG2TEXT_URL = "https://3c7d6f6f3c1bdf63a3.gradio.live/" # εœ–η”Ÿζ–‡
29
+ TEXT2IMG_URL = "https://1fce6478b5a17e2fda.gradio.live/" # ζ–‡η”Ÿεœ–
30
 
31
 
32
  # Load the saved YOLO model into memory