jayparmar0109 commited on
Commit
e19412f
·
verified ·
1 Parent(s): b4a5839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -49,7 +49,6 @@ input_prompt ="""
49
 
50
  if submit:
51
  image_data = input_image_setup(uploaded_file)
52
- if image_data is not None:
53
- response = get_gemini_response(input_prompt, image_data, input_text)
54
- st.subheader("Output :")
55
- st.write(response)
 
49
 
50
  if submit:
51
  image_data = input_image_setup(uploaded_file)
52
+ response = get_gemini_response(input_prompt,image_data,input)
53
+ st.subheader("Output :")
54
+ st.write(response)