apratim24 commited on
Commit
36bbb4d
·
verified ·
1 Parent(s): e2c3175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,5 +58,5 @@ gr.Interface(
58
  inputs=[input_image, input_theme, input_genre],
59
  outputs=output_text,
60
  title="Image to Story Generator",
61
- description="Generate a story from an image taking theme and genre as input.",
62
  ).launch()
 
58
  inputs=[input_image, input_theme, input_genre],
59
  outputs=output_text,
60
  title="Image to Story Generator",
61
+ description="Generate a story from an image taking theme and genre as input. It leverages image captioning and text generation models.",
62
  ).launch()