abokbot commited on
Commit
770669c
1 Parent(s): 9504094

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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