Spaces:
Sleeping
Sleeping
GitHub Actions
commited on
Commit
·
c060d1b
1
Parent(s):
bfbacc0
Sync API from main repo
Browse files
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 = "
|
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 |
|