Update app.py
Browse files
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?'
|