Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,10 +9,10 @@ from linea.util.slconfig import DictAction, SLConfig
|
|
| 9 |
from PIL import Image, ImageDraw
|
| 10 |
|
| 11 |
LINEA_MODELS = {
|
| 12 |
-
"LINEA-N": './
|
| 13 |
-
"LINEA-S": './
|
| 14 |
-
"LINEA-M": './
|
| 15 |
-
"LINEA-L": './
|
| 16 |
}
|
| 17 |
|
| 18 |
transforms = T.Compose(
|
|
|
|
| 9 |
from PIL import Image, ImageDraw
|
| 10 |
|
| 11 |
LINEA_MODELS = {
|
| 12 |
+
"LINEA-N": './linea/configs/linea/linea_hgnetv2_n.py',
|
| 13 |
+
"LINEA-S": './linea/configs/linea/linea_hgnetv2_s.py',
|
| 14 |
+
"LINEA-M": './linea/configs/linea/linea_hgnetv2_m.py',
|
| 15 |
+
"LINEA-L": './linea/configs/linea/linea_hgnetv2_l.py'
|
| 16 |
}
|
| 17 |
|
| 18 |
transforms = T.Compose(
|