CoolFace
Apppublic

tpushkar/pushkar_code_model

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
app.py4 linesDownload Raw Back to root
1print("🔹 Deleting cache and temp files to free up space...")2os.system("rm -rf /home/user/.cache/")3os.system("rm -rf /home/user/.local/share/")  # Remove models if needed4os.system("rm -rf /home/user/app/__pycache__/")  # Remove Python cache