Spaces:
Runtime error
Runtime error
Commit ·
0f7b211
1
Parent(s): 683aeba
remove model import
Browse files
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'])
|