Alesteba commited on
Commit
c9aaed5
·
1 Parent(s): 650c2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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