mawairon commited on
Commit
2113eac
·
verified ·
1 Parent(s): 65391f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -56,7 +56,6 @@ def load_model():
56
 
57
  # Download the file
58
  file_path = hf_hub_download(repo_id="mawairon/noo_test", filename="/gena-blastln-bs33-lr4e-05-S168.pth")
59
- ")
60
 
61
  # Now you can use the file_path to load your .pth file
62
  weights = torch.load(file_path)
 
56
 
57
  # Download the file
58
  file_path = hf_hub_download(repo_id="mawairon/noo_test", filename="/gena-blastln-bs33-lr4e-05-S168.pth")
 
59
 
60
  # Now you can use the file_path to load your .pth file
61
  weights = torch.load(file_path)