ning8429 commited on
Commit
3aeea53
·
verified ·
1 Parent(s): a325f91

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +1 -1
api_server.py CHANGED
@@ -26,7 +26,7 @@ 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://91698ded8ba92d3bb0.gradio.live/"
30
 
31
 
32
  # Load the saved YOLO model into memory
 
26
  MODEL_DIR = "./artifacts/models"
27
  YOLO_DIR = "./artifacts/yolo"
28
  IMG2TEXT_URL = "https://fd39e54bcb191a37bf.gradio.live/"
29
+ TEXT2IMG_URL = "https://0816a20213827bdb75.gradio.live/"
30
 
31
 
32
  # Load the saved YOLO model into memory