GitHub Actions commited on
Commit
c060d1b
·
1 Parent(s): bfbacc0

Sync API from main repo

Browse files
Files changed (1) hide show
  1. fast.py +1 -1
fast.py CHANGED
@@ -20,7 +20,7 @@ app = FastAPI(
20
  # Use absolute paths with Path objects
21
  model_cache = {}
22
  encoder_cache = {}
23
- HF_REPO_ID = "your-username/your-model-repo"
24
 
25
  app.state.model = None # Initialize as None, load on first request
26
 
 
20
  # Use absolute paths with Path objects
21
  model_cache = {}
22
  encoder_cache = {}
23
+ HF_REPO_ID = "fabriciojm/hadt-models"
24
 
25
  app.state.model = None # Initialize as None, load on first request
26