Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ from indigo.renderer import IndigoRenderer
|
|
| 11 |
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|
| 14 |
-
REPO_ID = "
|
| 15 |
-
FILENAME = "
|
| 16 |
ckpt_path = hf_hub_download(REPO_ID, FILENAME)
|
| 17 |
|
| 18 |
device = torch.device('cpu')
|
|
|
|
| 11 |
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
|
| 14 |
+
REPO_ID = "IDEA-AI4S/IDEA-OCSR"
|
| 15 |
+
FILENAME = "IDEA-OCSR-v1.0.0.pth"
|
| 16 |
ckpt_path = hf_hub_download(REPO_ID, FILENAME)
|
| 17 |
|
| 18 |
device = torch.device('cpu')
|