Spaces:
Runtime error
Runtime error
How can i fix this / What am i doing wrong?
#2
by
ArtShala
- opened
hi @ArtShala , we'd be happy to help, could you please give us more context and share on our discuss? https://discuss.huggingface.co/ thanks
radames
changed discussion status to
closed
@ArtShala
Error says unexpected EOF
(end of file). Hard to pinpoint the issue without more context, but animation_prompts seems like a dictionary object.
So, as you opened it using the curly braces, you need to close it using curly braces {}
. Should look like this:animation_prompts = { 0: "example text", 100: "example text" }