Spaces:
Runtime error
Runtime error
Commit ·
57925f4
1
Parent(s): 08cf343
quick model fix
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ plt.style.use('dark_background')
|
|
| 29 |
hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.bin", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 30 |
model_xml = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.xml", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 31 |
hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.mapping", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 32 |
-
model_xml = "model_ir/model.xml"
|
| 33 |
|
| 34 |
ie = Core()
|
| 35 |
model_ir = ie.read_model(model=model_xml)
|
|
|
|
| 29 |
hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.bin", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 30 |
model_xml = hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.xml", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 31 |
hf_hub_download(repo_id="dylanplummer/ropenet", filename="model.mapping", repo_type="model", token=os.environ['DATASET_SECRET'])
|
| 32 |
+
#model_xml = "model_ir/model.xml"
|
| 33 |
|
| 34 |
ie = Core()
|
| 35 |
model_ir = ie.read_model(model=model_xml)
|