Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
11d890f
1
Parent(s):
688e0d7
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ logging.basicConfig(
|
|
18 |
app = Flask(__name__)
|
19 |
app.secret_key = 'your_secret_key'
|
20 |
app.config['UPLOAD_FOLDER'] = 'uploads/'
|
21 |
-
app.config['RESULT_FOLDER'] = '
|
22 |
|
23 |
UPLOAD_FOLDER = 'static/uploads/'
|
24 |
RESULT_FOLDER = 'static/results/'
|
|
|
18 |
app = Flask(__name__)
|
19 |
app.secret_key = 'your_secret_key'
|
20 |
app.config['UPLOAD_FOLDER'] = 'uploads/'
|
21 |
+
app.config['RESULT_FOLDER'] = 'results/'
|
22 |
|
23 |
UPLOAD_FOLDER = 'static/uploads/'
|
24 |
RESULT_FOLDER = 'static/results/'
|