abdulsamad commited on
Commit
dc921f2
·
1 Parent(s): bcbfd59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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