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