mattpat commited on
Commit
663f8fb
1 Parent(s): d6a7c0e

new update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ if test:
10
  st.json(out)
11
 
12
  # The one with "text-classification"
13
- pipe_one = pipeline('topic-model')
14
  test_one = st.text_area('enter more text:')
15
 
16
  if test:
10
  st.json(out)
11
 
12
  # The one with "text-classification"
13
+ pipe_one = pipeline('question-answering')
14
  test_one = st.text_area('enter more text:')
15
 
16
  if test: