Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from indigo.renderer import IndigoRenderer
|
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
|
| 13 |
REPO_ID = "Erawan/MolScribe"
|
| 14 |
-
FILENAME = "
|
| 15 |
ckpt_path = hf_hub_download(REPO_ID, FILENAME)
|
| 16 |
|
| 17 |
device = torch.device('cpu')
|
|
|
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
|
| 13 |
REPO_ID = "Erawan/MolScribe"
|
| 14 |
+
FILENAME = "swin_base_char_aux_1m.pth"
|
| 15 |
ckpt_path = hf_hub_download(REPO_ID, FILENAME)
|
| 16 |
|
| 17 |
device = torch.device('cpu')
|