Nikhil0987 commited on
Commit
316fa78
1 Parent(s): 34cf9cf

Update home.py

Browse files
Files changed (1) hide show
  1. home.py +2 -0
home.py CHANGED
@@ -5,6 +5,8 @@ from convo import Convo
5
  from remainder import rem
6
 
7
 
 
 
8
 
9
  def load_image():
10
  with st.sidebar:
 
5
  from remainder import rem
6
 
7
 
8
+ visualqna = pipeline(model="dandelin/vilt-b32-finetuned-vqa")
9
+
10
 
11
  def load_image():
12
  with st.sidebar: