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? /static-proxy?url=https%3A%2F%2Fdiscuss.huggingface.co%2F%3C%2Fa%3E 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" }
