Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ This application can be used as follows:
|
|
| 173 |
- Press Results
|
| 174 |
"""
|
| 175 |
|
| 176 |
-
models = ["omarhkh/CutLER-finetuned-11" ,"omarhkh/CutLER-finetuned-12","omarhkh/detr-finetuned-omar8"]
|
| 177 |
types_class = ["Trench Depth Measurement", "Trench Width Measurement"]
|
| 178 |
|
| 179 |
css = '''
|
|
|
|
| 173 |
- Press Results
|
| 174 |
"""
|
| 175 |
|
| 176 |
+
models = ["omarhkh/CutLER-finetuned-11" ,"omarhkh/CutLER-finetuned-12","omarhkh/detr-finetuned-omar8" , "omarhkh/CutLER-finetuned-omar3"]
|
| 177 |
types_class = ["Trench Depth Measurement", "Trench Width Measurement"]
|
| 178 |
|
| 179 |
css = '''
|