abokbot commited on
Commit
09f8550
1 Parent(s): 83749f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  model_name = "abokbot/t5-end2end-questions-generation"
6
 
7
- st.header("Generate questions for short Wikipedia-like articles")
8
 
9
  st_model_load = st.text('Loading question generator model...')
10
 
 
4
 
5
  model_name = "abokbot/t5-end2end-questions-generation"
6
 
7
+ st.header("Question generation app")
8
 
9
  st_model_load = st.text('Loading question generator model...')
10