Spaces:
Sleeping
Sleeping
Point to new ckpt filename (checkpoint.ckpt)
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from data_provider.stage2_dm import InferenceCollater
|
|
| 20 |
|
| 21 |
|
| 22 |
CKPT_REPO = "Mulah/ProtTale"
|
| 23 |
-
CKPT_FILE = "
|
| 24 |
|
| 25 |
|
| 26 |
def build_args(ckpt_path: str) -> Namespace:
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
CKPT_REPO = "Mulah/ProtTale"
|
| 23 |
+
CKPT_FILE = "checkpoint.ckpt"
|
| 24 |
|
| 25 |
|
| 26 |
def build_args(ckpt_path: str) -> Namespace:
|