Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ from dlclibrary.dlcmodelzoo.modelzoo_download import (
|
|
| 21 |
MODELOPTIONS,
|
| 22 |
)
|
| 23 |
|
| 24 |
-
|
| 25 |
|
| 26 |
# TESTING (passes) download the SuperAnimal models:
|
| 27 |
#model = 'superanimal_topviewmouse'
|
|
|
|
| 21 |
MODELOPTIONS,
|
| 22 |
)
|
| 23 |
|
| 24 |
+
import deeplabcutlive
|
| 25 |
|
| 26 |
# TESTING (passes) download the SuperAnimal models:
|
| 27 |
#model = 'superanimal_topviewmouse'
|