Haofei Yu
commited on
Bug/fix processor name bug (#21)
Browse files* support pre-commit
* support running
* fix name bug
app.py
CHANGED
@@ -51,7 +51,7 @@ def processor_tab():
|
|
51 |
"gpt4v_cloth_fashion_processor",
|
52 |
"gpt4v_face_emotion_processor",
|
53 |
"gpt4v_ocr_processor",
|
54 |
-
"
|
55 |
"gpt4v_scene_location_processor",
|
56 |
]
|
57 |
|
|
|
51 |
"gpt4v_cloth_fashion_processor",
|
52 |
"gpt4v_face_emotion_processor",
|
53 |
"gpt4v_ocr_processor",
|
54 |
+
"gpt4v_posture_processor",
|
55 |
"gpt4v_scene_location_processor",
|
56 |
]
|
57 |
|