Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
hf_home = '/tmp/hf_home'
|
| 4 |
-
os.environ['HF_HOME'] = hf_home
|
| 5 |
|
| 6 |
# Create the HF_HOME directory if it doesn't exist
|
| 7 |
#if not os.path.exists(hf_home):
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
#hf_home = '/tmp/hf_home'
|
| 4 |
+
#os.environ['HF_HOME'] = hf_home
|
| 5 |
|
| 6 |
# Create the HF_HOME directory if it doesn't exist
|
| 7 |
#if not os.path.exists(hf_home):
|