Justin commited on
Commit
e35a2cb
·
1 Parent(s): ba029d7

Removed requirements ... more pt 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ app.add_middleware(
20
 
21
  # Hugging Face model config
22
  REPO_NAME = "jaydatech/phi3-finetuned-project"
23
- HF_TOKEN = os.getenv("HF_TOKEN") # Load from Render environment variable
24
 
25
  device = "cuda" if torch.cuda.is_available() else "cpu"
26
 
 
20
 
21
  # Hugging Face model config
22
  REPO_NAME = "jaydatech/phi3-finetuned-project"
23
+ HF_TOKEN = "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" # Hardcoded token
24
 
25
  device = "cuda" if torch.cuda.is_available() else "cpu"
26