root-sajjan commited on
Commit
193372d
·
verified ·
1 Parent(s): d037576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -291,6 +291,7 @@ async def generate_excel(predictions: List[Prediction]):
291
  # Create a unique filename based on the current timestamp or index
292
  timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
293
  excel_file_path = f"/predictions_with_images_{timestamp}.xlsx"
 
294
 
295
  # Save the Excel file to the specified path
296
  workbook.save(excel_file_path)
 
291
  # Create a unique filename based on the current timestamp or index
292
  timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
293
  excel_file_path = f"/predictions_with_images_{timestamp}.xlsx"
294
+ print(excel_file_path)
295
 
296
  # Save the Excel file to the specified path
297
  workbook.save(excel_file_path)