Spaces:
Sleeping
Sleeping
Justin commited on
Commit ·
e35a2cb
1
Parent(s): ba029d7
Removed requirements ... more pt 2
Browse files
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 =
|
| 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 |
|