Spaces:
Sleeping
Sleeping
Commit
·
dc921f2
1
Parent(s):
bcbfd59
Update app.py
Browse files
app.py
CHANGED
@@ -26,5 +26,5 @@ if file is not None:
|
|
26 |
st.image(image, caption='Uploaded Image', use_column_width=True)
|
27 |
|
28 |
# Print the shape of the image
|
29 |
-
st.write(f"Text: {generated_text}")
|
30 |
|
|
|
26 |
st.image(image, caption='Uploaded Image', use_column_width=True)
|
27 |
|
28 |
# Print the shape of the image
|
29 |
+
st.write(f"Text: {generated_text} ")
|
30 |
|