Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|