Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ AA_ALPHABET = "ACDEFGHIKLMNPQRSTVWYX"
|
|
| 48 |
# ---------------------------------------------------------
|
| 49 |
def _load_ligandmpnn_parsers():
|
| 50 |
"""Load LigandMPNN parser functions directly from the HF Space root."""
|
| 51 |
-
parser_file = "
|
| 52 |
if not os.path.exists(parser_file):
|
| 53 |
raise ImportError(
|
| 54 |
"Could not find data_utils.py. "
|
|
|
|
| 48 |
# ---------------------------------------------------------
|
| 49 |
def _load_ligandmpnn_parsers():
|
| 50 |
"""Load LigandMPNN parser functions directly from the HF Space root."""
|
| 51 |
+
parser_file = "LigandMPNN_data_utils.py"
|
| 52 |
if not os.path.exists(parser_file):
|
| 53 |
raise ImportError(
|
| 54 |
"Could not find data_utils.py. "
|