Spaces:
Running
Running
Upload myinfer_latest.py
Browse files- 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)
|