Pezh commited on
Commit
90cb452
·
verified ·
1 Parent(s): 1949f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ uploaded_file = st.file_uploader("Just Image", type=["jpg", "jpeg", "png"], key=
82
 
83
  mod = genai.GenerativeModel('gemini-pro-vision')
84
 
85
- txt = text_input + text_input2
86
 
87
  l=[]
88
  g=[]
 
82
 
83
  mod = genai.GenerativeModel('gemini-pro-vision')
84
 
85
+ txt = text_input2
86
 
87
  l=[]
88
  g=[]