colbyford commited on
Commit
6874832
·
verified ·
1 Parent(s): f5e3373

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os, tempfile
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
 
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