Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ import math
|
|
| 5 |
import torch
|
| 6 |
|
| 7 |
model_name = "abokbot/t5-end2end-questions-generation"
|
| 8 |
-
max_input_length = 512
|
| 9 |
|
| 10 |
st.header("Generate questions for short Wikipedia-like articles")
|
| 11 |
|
|
|
|
| 5 |
import torch
|
| 6 |
|
| 7 |
model_name = "abokbot/t5-end2end-questions-generation"
|
|
|
|
| 8 |
|
| 9 |
st.header("Generate questions for short Wikipedia-like articles")
|
| 10 |
|