AdrianLambdaVerde commited on
Commit
d6e51c1
1 Parent(s): dbe1ec7

Add application file

Browse files
Files changed (2) hide show
  1. cache/a.txt +1 -0
  2. main.py +1 -1
cache/a.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ holamundo
main.py CHANGED
@@ -5,7 +5,7 @@ from chromadb.utils import embedding_functions
5
  from utils import GAMES_DICT
6
 
7
  import os
8
- os.environ['TRANSFORMERS_CACHE'] = 'cache/'
9
 
10
  app = fastapi.FastAPI()
11
 
 
5
  from utils import GAMES_DICT
6
 
7
  import os
8
+ os.environ['TRANSFORMERS_CACHE'] = 'cache/'
9
 
10
  app = fastapi.FastAPI()
11