Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ input_prompt ="""
|
|
49 |
|
50 |
if submit:
|
51 |
image_data = input_image_setup(uploaded_file)
|
52 |
-
|
53 |
-
|
54 |
-
|
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)
|
|