Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -53,7 +53,7 @@ async def parse_cv_endpoint(
|
|
53 |
tmp_path = tmp.name
|
54 |
|
55 |
try:
|
56 |
-
result = await parse_cv(tmp_path
|
57 |
finally:
|
58 |
if os.path.exists(tmp_path):
|
59 |
os.remove(tmp_path)
|
|
|
53 |
tmp_path = tmp.name
|
54 |
|
55 |
try:
|
56 |
+
result = await parse_cv(tmp_path)
|
57 |
finally:
|
58 |
if os.path.exists(tmp_path):
|
59 |
os.remove(tmp_path)
|