Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,8 +122,8 @@ def main():
|
|
| 122 |
del image
|
| 123 |
torch.cuda.empty_cache()
|
| 124 |
torch.manual_seed(0)
|
| 125 |
-
|
| 126 |
-
|
| 127 |
if all_output_texts:
|
| 128 |
st.write("Generate story")
|
| 129 |
generate_story_button = st.button("Generate Story", key="generate_story")
|
|
|
|
| 122 |
del image
|
| 123 |
torch.cuda.empty_cache()
|
| 124 |
torch.manual_seed(0)
|
| 125 |
+
st.write("Description of all images:")
|
| 126 |
+
st.write(all_output_texts)
|
| 127 |
if all_output_texts:
|
| 128 |
st.write("Generate story")
|
| 129 |
generate_story_button = st.button("Generate Story", key="generate_story")
|