Spaces:
Runtime error
Runtime error
hermanshid
commited on
Commit
•
d6260eb
1
Parent(s):
25b1b5e
fix model
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
|
|
6 |
app_title = "Aksara Jawa Layout Detection"
|
7 |
models_id = 'hermanshid/yolo-layout-detector'
|
8 |
|
9 |
-
model = yolov5.load(models_id
|
10 |
|
11 |
examples = [['test_images/example1.jpg', 0.6, ]]
|
12 |
|
|
|
6 |
app_title = "Aksara Jawa Layout Detection"
|
7 |
models_id = 'hermanshid/yolo-layout-detector'
|
8 |
|
9 |
+
model = yolov5.load(models_id)
|
10 |
|
11 |
examples = [['test_images/example1.jpg', 0.6, ]]
|
12 |
|