forked from lkrsnik/classla-api
Remove session
This commit is contained in:
parent
6349272534
commit
36e4ba9cfc
2
app.py
2
app.py
|
@ -20,8 +20,6 @@ nlp_nonstandard_JOS = classla.Pipeline('sl', processors={
|
||||||
"ner": "nonstandard"
|
"ner": "nonstandard"
|
||||||
})
|
})
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.config['SESSION_TYPE'] = 'filesystem'
|
|
||||||
app.config['SECRET_KEY'] = "78df924389h138g01308ghj0d913"
|
|
||||||
|
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user