Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from PIL import Image
|
|
| 15 |
from huggingface_hub import hf_hub_download, snapshot_download
|
| 16 |
import requests
|
| 17 |
|
| 18 |
-
MODEL_REPO = "
|
| 19 |
DATA_REPO = "eulermaxwell/AnalogRetriever-data"
|
| 20 |
CKPT_NAME = "tic_cur_v2_best_ablation_1k.pth"
|
| 21 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
|
|
| 15 |
from huggingface_hub import hf_hub_download, snapshot_download
|
| 16 |
import requests
|
| 17 |
|
| 18 |
+
MODEL_REPO = "eulermaxwell/AnalogRetriever-model"
|
| 19 |
DATA_REPO = "eulermaxwell/AnalogRetriever-data"
|
| 20 |
CKPT_NAME = "tic_cur_v2_best_ablation_1k.pth"
|
| 21 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|