Og2 commited on
Commit
16e0072
·
verified ·
1 Parent(s): 7573acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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