smjain commited on
Commit
32ef857
1 Parent(s): 0c7c88d

Upload myinfer_latest.py

Browse files
Files changed (1) hide show
  1. myinfer_latest.py +1 -1
myinfer_latest.py CHANGED
@@ -24,7 +24,7 @@ import uuid
24
 
25
 
26
  app = Flask(__name__)
27
-
28
  now_dir = os.getcwd()
29
  tmp = os.path.join(now_dir, "TEMP")
30
  shutil.rmtree(tmp, ignore_errors=True)
 
24
 
25
 
26
  app = Flask(__name__)
27
+ app.secret_key = 'smjain_6789'
28
  now_dir = os.getcwd()
29
  tmp = os.path.join(now_dir, "TEMP")
30
  shutil.rmtree(tmp, ignore_errors=True)