seawolf2357 commited on
Commit
7a990c7
·
verified ·
1 Parent(s): c52ae66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )