safihaider commited on
Commit
0689209
1 Parent(s): af43ce7

permission work

Browse files
Files changed (2) hide show
  1. ChatController.py +0 -1
  2. cache/test.txt +0 -0
ChatController.py CHANGED
@@ -4,7 +4,6 @@ from ChatService import ChatService
4
  import os
5
 
6
  os.environ['TRANSFORMERS_CACHE'] = './cache/'
7
-
8
  app = Flask(__name__)
9
  CORS(app)
10
 
 
4
  import os
5
 
6
  os.environ['TRANSFORMERS_CACHE'] = './cache/'
 
7
  app = Flask(__name__)
8
  CORS(app)
9
 
cache/test.txt ADDED
File without changes