beppefolder commited on
Commit
634718b
·
verified ·
1 Parent(s): bbe8615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from torchvision.transforms import InterpolationMode
4
  import torch
5
  from huggingface_hub import hf_hub_download
6
 
7
- from .model import Model
8
 
9
  # Load Model
10
  model_path = hf_hub_download(
 
4
  import torch
5
  from huggingface_hub import hf_hub_download
6
 
7
+ from model import Model
8
 
9
  # Load Model
10
  model_path = hf_hub_download(