Fiqa commited on
Commit
45289ed
·
verified ·
1 Parent(s): 2073533

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def generate_caption_and_image(image):
77
  # Generate image based on the caption
78
  generated_image = pipe(prompt).images[0]
79
 
80
- return caption, generated_image
81
 
82
  # Gradio UI
83
  iface = gr.Interface(
 
77
  # Generate image based on the caption
78
  generated_image = pipe(prompt).images[0]
79
 
80
+ return prompt, generated_image
81
 
82
  # Gradio UI
83
  iface = gr.Interface(