stmnk commited on
Commit
c26f53d
1 Parent(s): b589436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os; import json; import requests
2
- import streamlit as st
3
  ES_URL = os.environ.get("ES_URL")
4
 
5
  question = 'What is the capital of Netherlands?'
 
1
  import os; import json; import requests
2
+ import streamlit as st; from transformers import pipeline
3
  ES_URL = os.environ.get("ES_URL")
4
 
5
  question = 'What is the capital of Netherlands?'