Dvjc1899 commited on
Commit
8638595
1 Parent(s): c09e267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
- from huggingface_hub import hf_hub_download
2
 
3
- model = hf_hub_download(repo_id="Dvjc1899/super-resolution",filename = "saved_model.pb")
 
1
+ from huggingface_hub import from_pretrained_keras
2
 
3
+ model = from_pretrained_keras("Dvjc1899/super-resolution"