Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import shutil
|
| 3 |
import json
|
| 4 |
|
| 5 |
-
# Set custom cache directories to avoid permission issues.
|
| 6 |
os.environ["HF_HOME"] = "/tmp/huggingface"
|
| 7 |
os.makedirs("/tmp/huggingface", exist_ok=True)
|
| 8 |
|
|
|
|
| 2 |
import shutil
|
| 3 |
import json
|
| 4 |
|
| 5 |
+
# Set custom cache directories to avoid permission issues. New
|
| 6 |
os.environ["HF_HOME"] = "/tmp/huggingface"
|
| 7 |
os.makedirs("/tmp/huggingface", exist_ok=True)
|
| 8 |
|