Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipta-dataist
/
Image-to-Story-Generation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a7d58d8
Image-to-Story-Generation
/
tests
/
test_story.py
Diptaraj Sen
First Commit
d87e8d0
about 2 months ago
raw
Copy download link
history
blame
Safe
178 Bytes
# test_story.py
from
app.storytelling
import
generate_story
caption =
"a group of people standing in a pool"
story = generate_story(caption)
print
(
"Generated Story:\n"
, story)