as-cle-bert commited on
Commit
1eee9c8
·
verified ·
1 Parent(s): 2b9da78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ TOKEN = os.getenv("HF_TOKEN")
14
  login(TOKEN)
15
 
16
  # This will download the model weights and instantiate the model on your machine.
17
- model: ESM3InferenceClient = ESM3.from_pretrained("esm3-sm-open-v1").to("cuda")
18
 
19
  def read_mol(molpath):
20
  with open(molpath, "r") as fp:
 
14
  login(TOKEN)
15
 
16
  # This will download the model weights and instantiate the model on your machine.
17
+ model: ESM3InferenceClient = ESM3.from_pretrained("esm3_sm_open_v1").to("cuda")
18
 
19
  def read_mol(molpath):
20
  with open(molpath, "r") as fp: