Spaces:
Running
MiniToyWorld error
Fixed, thanks!
I don't know if the problem can be fixed, I'm asking for help in this thread: https://huggingface.co/spaces/Yntec/MiniToyWorld/discussions/2
I'm taking the space offline in the meantime, if you wish to use any of those models use this space: https://huggingface.co/spaces/Yntec/blitz_diffusion (only one at a time, currently the problem is I have no way to create or update spaces that use 6 at a time for newer models.)
Sorry for the delay, John6666 found a quick fix but I didn't check until now! Everything should be up and running!
@John6666 : Hey, I'm trying to summon you again, if you please. The space doesn't work anymore, it builds but shows this error when trying to load the app:
Internal Server Error
And these appear in the console, among others:
TypeError: argument of type 'bool' is not iterable
ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
It's a long explanation, or I only know the workaround...๐
This is an error that occurs in all Gradio spaces on Hugging Face. It can be avoided by adding the following line.
https://discuss.huggingface.co/t/error-no-api-found/146226
in requirements.txt
:
pydantic==2.10.6
Thanks so much! You're like Atlas keeping the world spinning, keep up the good work!
Hey boyloveshota, the space is working as intended, it's the Huggingface API that can't be found, so no models can be used, but that's outside of my control, sorry for any inconvenience.