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

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
- IMG2TEXT_URL = "https://3c7d6f6f3c1bdf63a3.gradio.live/" # εœ–η”Ÿζ–‡
29
  TEXT2IMG_URL = "https://1fce6478b5a17e2fda.gradio.live/" # ζ–‡η”Ÿεœ–
30
 
31
 
 
25
  MODEL_YOLO = "yolo11_detect_best_241024_1.pt"
26
  MODEL_DIR = "./artifacts/models"
27
  YOLO_DIR = "./artifacts/yolo"
28
+ IMG2TEXT_URL = "https://f2d87a93eed6d95942.gradio.live/" # εœ–η”Ÿζ–‡
29
  TEXT2IMG_URL = "https://1fce6478b5a17e2fda.gradio.live/" # ζ–‡η”Ÿεœ–
30
 
31