amaljoy9 commited on
Commit
4696f80
·
verified ·
1 Parent(s): 2ac8780

Update app.py

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