Kvikontent commited on
Commit
61400e9
·
verified ·
1 Parent(s): d3d41db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,4 +25,5 @@ if subm_btn and img_prompt is not None:
25
  image_bytes = image_bytes.getvalue()
26
 
27
  output = query(image_bytes)
 
28
  st.info(f"Generated Prompt for input image: {output}")
 
25
  image_bytes = image_bytes.getvalue()
26
 
27
  output = query(image_bytes)
28
+ prompt = output['generated_text']
29
  st.info(f"Generated Prompt for input image: {output}")