Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
question = pipeline("question-answering" , model="JBDef/finetuned_yelp")
|
5 |
def main():
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
+
from PIL import Image
|
4 |
|
5 |
question = pipeline("question-answering" , model="JBDef/finetuned_yelp")
|
6 |
def main():
|