Spaces:
Running
Running
Commit
·
633711e
1
Parent(s):
6138f3f
Updated utils.py
Browse files
utils.py
CHANGED
@@ -235,7 +235,7 @@ async def process_input(
|
|
235 |
cv2.destroyAllWindows()
|
236 |
|
237 |
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
|
|
235 |
cv2.destroyAllWindows()
|
236 |
|
237 |
|
238 |
+
if __name__ == "__main__":
|
239 |
+
image_path = r"D:\hackathons\we_hack_2025\project_anon\trials\teenage_girls.png"
|
240 |
+
output_path_root = r"D:\hackathons\we_hack_2025\project_anon\output"
|
241 |
+
asyncio.run(process_input(image_path=image_path, output_path_root=output_path_root, operation=2))
|