Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,8 @@ def get_gemini_response(input, image):
|
|
23 |
## Initialize our Streamlit app
|
24 |
st.header("Food Analysis")
|
25 |
|
26 |
-
input1 =
|
27 |
-
|
28 |
-
"""
|
29 |
#input = st.text_input("Input Prompt: ", key="input", placeholder="Optional")
|
30 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
31 |
image = ""
|
|
|
23 |
## Initialize our Streamlit app
|
24 |
st.header("Food Analysis")
|
25 |
|
26 |
+
input1 =os.getenv("INPUT_PROMPT")
|
27 |
+
|
|
|
28 |
#input = st.text_input("Input Prompt: ", key="input", placeholder="Optional")
|
29 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
30 |
image = ""
|