dylanplummer commited on
Commit
0f7b211
·
1 Parent(s): 683aeba

remove model import

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ import torchvision.transforms.functional as F
23
  from huggingface_hub import hf_hub_download
24
  from huggingface_hub import HfApi
25
 
26
- from model import RepNet
27
-
28
  plt.style.use('dark_background')
29
 
30
  onnx_file = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
 
23
  from huggingface_hub import hf_hub_download
24
  from huggingface_hub import HfApi
25
 
 
 
26
  plt.style.use('dark_background')
27
 
28
  onnx_file = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])