Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,5 +37,5 @@ submit = st.button("Check the Food Quality")
|
|
37 |
## If submit button is clicked
|
38 |
if submit:
|
39 |
with st.spinner("Please wait while assessing the food quality..."):
|
40 |
-
response = get_gemini_response(input1
|
41 |
st.write(response)
|
|
|
37 |
## If submit button is clicked
|
38 |
if submit:
|
39 |
with st.spinner("Please wait while assessing the food quality..."):
|
40 |
+
response = get_gemini_response(input1, image)
|
41 |
st.write(response)
|