saichandrapandraju commited on
Commit
914cf7d
1 Parent(s): 51ba127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,4 +94,5 @@ if file_name is not None:
94
  prediction = generate_caption(file_name)
95
 
96
  col2.header("Predictions")
97
- col2.subheader(f"VGG16-LSTM : {prediction}")
 
 
94
  prediction = generate_caption(file_name)
95
 
96
  col2.header("Predictions")
97
+ col2.subheader(f"VGG16-LSTM : ")
98
+ col2.text(prediction)