oucgc1996 commited on
Commit
eeb3f58
·
verified ·
1 Parent(s): b6526f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from tqdm import tqdm
12
  warnings.filterwarnings('ignore')
13
  set_seed(4)
14
  device = "cpu"
15
- model_checkpoint = "facebook/esm2_t30_150M_UR50D"
16
 
17
  class MyModel(nn.Module):
18
  def __init__(self):
 
12
  warnings.filterwarnings('ignore')
13
  set_seed(4)
14
  device = "cpu"
15
+ model_checkpoint = "esm2_t30_150M_UR50D"
16
 
17
  class MyModel(nn.Module):
18
  def __init__(self):