Spaces:
Running
on
Zero
Running
on
Zero
Remove unnecessary commented-out code in app.py to enhance clarity and maintainability.
Browse files
app.py
CHANGED
@@ -7,6 +7,8 @@ print(f"Starting up: {time.strftime('%Y-%m-%d %H:%M:%S')}")
|
|
7 |
import os
|
8 |
|
9 |
#Enforce local cching:
|
|
|
|
|
10 |
# os.makedirs("./pip_cache", exist_ok=True)
|
11 |
# Pip:
|
12 |
# os.makedirs("./pip_cache", exist_ok=True)
|
|
|
7 |
import os
|
8 |
|
9 |
#Enforce local cching:
|
10 |
+
|
11 |
+
|
12 |
# os.makedirs("./pip_cache", exist_ok=True)
|
13 |
# Pip:
|
14 |
# os.makedirs("./pip_cache", exist_ok=True)
|