Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ import torchvision.transforms as transforms
|
|
16 |
|
17 |
# direct download
|
18 |
|
19 |
-
from huggingface_hub import hf_hub_download
|
20 |
-
hf_hub_download(repo_id="Alesteba/deep_model_03", filename="unet.pth")
|
21 |
|
22 |
# load model
|
23 |
|
|
|
16 |
|
17 |
# direct download
|
18 |
|
19 |
+
# from huggingface_hub import hf_hub_download
|
20 |
+
# hf_hub_download(repo_id="Alesteba/deep_model_03", filename="unet.pth")
|
21 |
|
22 |
# load model
|
23 |
|