Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def main():
|
|
49 |
image = Image.open(uploaded_file).convert("RGB")
|
50 |
|
51 |
# context as prompt
|
52 |
-
prompt = generate_captions(
|
53 |
st.write("The Context is:", prompt)
|
54 |
|
55 |
# display the image
|
|
|
49 |
image = Image.open(uploaded_file).convert("RGB")
|
50 |
|
51 |
# context as prompt
|
52 |
+
prompt = generate_captions(image)
|
53 |
st.write("The Context is:", prompt)
|
54 |
|
55 |
# display the image
|