Spaces:
Paused
Paused
Commit
·
07826f1
1
Parent(s):
4677b12
Update app.
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ GEN_CHAINS = [
|
|
64 |
|
65 |
INFERENCE_PARAMS = {
|
66 |
'max_length':450,
|
67 |
-
'clean_up_tokenization_spaces': False,
|
68 |
'use_cache':False
|
69 |
}
|
70 |
|
|
|
64 |
|
65 |
INFERENCE_PARAMS = {
|
66 |
'max_length':450,
|
67 |
+
# 'clean_up_tokenization_spaces': False,
|
68 |
'use_cache':False
|
69 |
}
|
70 |
|