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