Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os, tempfile
|
|
5 |
import torch
|
6 |
import py3Dmol
|
7 |
from huggingface_hub import login
|
8 |
-
|
9 |
|
10 |
from esm.utils.structure.protein_chain import ProteinChain
|
11 |
from esm.models.esm3 import ESM3
|
|
|
5 |
import torch
|
6 |
import py3Dmol
|
7 |
from huggingface_hub import login
|
8 |
+
import spaces
|
9 |
|
10 |
from esm.utils.structure.protein_chain import ProteinChain
|
11 |
from esm.models.esm3 import ESM3
|