Soumik555 commited on
Commit
571ceb5
·
1 Parent(s): cde701c

blank image issue on multiple req

Browse files
Files changed (1) hide show
  1. controller.py +0 -1
controller.py CHANGED
@@ -601,7 +601,6 @@ app = FastAPI()
601
 
602
  # Ensure necessary directories exist
603
  os.makedirs("/app/generated_charts", exist_ok=True)
604
- os.makedirs("/workspace/cache", exist_ok=True)
605
 
606
  # Environment variables and configuration
607
  import os
 
601
 
602
  # Ensure necessary directories exist
603
  os.makedirs("/app/generated_charts", exist_ok=True)
 
604
 
605
  # Environment variables and configuration
606
  import os