Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -632,6 +632,7 @@ async def upload_csv(
|
|
632 |
try:
|
633 |
csv_filename = Path(video_path).stem + ".csv"
|
634 |
csv_path = UPLOAD_DIR / csv_filename
|
|
|
635 |
|
636 |
if not csv_path.exists():
|
637 |
raise HTTPException(status_code=404, detail="Le fichier CSV n'existe pas.")
|
|
|
632 |
try:
|
633 |
csv_filename = Path(video_path).stem + ".csv"
|
634 |
csv_path = UPLOAD_DIR / csv_filename
|
635 |
+
print(csv_path)
|
636 |
|
637 |
if not csv_path.exists():
|
638 |
raise HTTPException(status_code=404, detail="Le fichier CSV n'existe pas.")
|