benjolo commited on
Commit
bab3bed
1 Parent(s): 7917f52

Update backend/main.py

Browse files
Files changed (1) hide show
  1. backend/main.py +1 -1
backend/main.py CHANGED
@@ -82,7 +82,7 @@ config = dotenv_values(".env")
82
  uri = config['MONGODB_URI']
83
 
84
  # Set transformers cache
85
- os.environ['HF_HOME'] = './.cache/'
86
 
87
  # MongoDB Connection Lifespan Events
88
  @asynccontextmanager
 
82
  uri = config['MONGODB_URI']
83
 
84
  # Set transformers cache
85
+ # os.environ['HF_HOME'] = './.cache/'
86
 
87
  # MongoDB Connection Lifespan Events
88
  @asynccontextmanager