VinitT commited on
Commit
0f94df2
·
verified ·
1 Parent(s): 9c70671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ def main():
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")
 
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")