awacke1 commited on
Commit
490c5c5
1 Parent(s): 1d6759c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1807,7 +1807,7 @@ def main():
1807
  elif option == "Image":
1808
  text = "Help me understand what is in this picture and list ten facts as markdown outline with appropriate emojis that describes what you see."
1809
  text_input = st.text_input(label="Enter text prompt to use with Image context.", value=text)
1810
- image_input = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
1811
  image_response = process_image(image_input, text_input)
1812
 
1813
  elif option == "Audio":
 
1807
  elif option == "Image":
1808
  text = "Help me understand what is in this picture and list ten facts as markdown outline with appropriate emojis that describes what you see."
1809
  text_input = st.text_input(label="Enter text prompt to use with Image context.", value=text)
1810
+ image_input = st.file_uploader("Upload an image", type=["png"])
1811
  image_response = process_image(image_input, text_input)
1812
 
1813
  elif option == "Audio":