Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ if uploaded_file is not None:
|
|
| 29 |
st.warning('Please Upload Images !!!', icon="⚠️")
|
| 30 |
break
|
| 31 |
|
| 32 |
-
submit = st.button("
|
| 33 |
input_prompt = "We are uploading an image and you will have to answer any questions based on image"
|
| 34 |
def input_image_details(uploaded_file):
|
| 35 |
bytes_data = uploaded_file.getvalue()
|
|
|
|
| 29 |
st.warning('Please Upload Images !!!', icon="⚠️")
|
| 30 |
break
|
| 31 |
|
| 32 |
+
submit = st.button("Extract Information about this image")
|
| 33 |
input_prompt = "We are uploading an image and you will have to answer any questions based on image"
|
| 34 |
def input_image_details(uploaded_file):
|
| 35 |
bytes_data = uploaded_file.getvalue()
|