blank image issue on multiple req
Browse files- 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
|