Spaces:
Runtime error
Runtime error
Update inference_app.py
Browse files- inference_app.py +1 -0
inference_app.py
CHANGED
|
@@ -19,6 +19,7 @@ from rdkit.Chem import rdBase
|
|
| 19 |
import pickle
|
| 20 |
|
| 21 |
from Bio.PDB import *
|
|
|
|
| 22 |
import requests
|
| 23 |
import subprocess
|
| 24 |
|
|
|
|
| 19 |
import pickle
|
| 20 |
|
| 21 |
from Bio.PDB import *
|
| 22 |
+
from Bio import PDB
|
| 23 |
import requests
|
| 24 |
import subprocess
|
| 25 |
|