Spaces:
Sleeping
Sleeping
Commit
·
914cf7d
1
Parent(s):
51ba127
Update app.py
Browse files
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 :
|
|
|
|
94 |
prediction = generate_caption(file_name)
|
95 |
|
96 |
col2.header("Predictions")
|
97 |
+
col2.subheader(f"VGG16-LSTM : ")
|
98 |
+
col2.text(prediction)
|