Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|