Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
|
3 |
os.environ['HF_HOME'] = os.path.abspath(
|
4 |
os.path.realpath(os.path.join(os.path.dirname(__file__), './hf_download'))
|
5 |
)
|
|
|
1 |
import os
|
2 |
+
import sys
|
3 |
os.environ['HF_HOME'] = os.path.abspath(
|
4 |
os.path.realpath(os.path.join(os.path.dirname(__file__), './hf_download'))
|
5 |
)
|