Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -314,6 +314,7 @@ async def predict_video(video):
|
|
314 |
# Sauvegarder le résultat dans un fichier JSON
|
315 |
with open(output_file_path, "w") as f:
|
316 |
json.dump(results, f)
|
|
|
317 |
|
318 |
|
319 |
return results
|
|
|
314 |
# Sauvegarder le résultat dans un fichier JSON
|
315 |
with open(output_file_path, "w") as f:
|
316 |
json.dump(results, f)
|
317 |
+
print(output_file_path)
|
318 |
|
319 |
|
320 |
return results
|