Examples do not work 🥺

#1
by merve HF staff - opened
Keras org

The examples currently error out both on input and output.
Ekran Resmi 2022-08-04 14.04.04.png

Yes, it's a bit weird sometimes because sometimes it works. Maybe related to gradio @freddyaboulton ?
image.png

Keras org

@merve If you click Submit after getting the error, it still returns the output. I'm trying to find a way around this

Could we change this to debug=True? That way we can see what's going on in the logs.

@geninhu It is most likely a problem with caching the output plot used in the examples.

Can you try setting cache_examples=False in the Interface?

Thank you for pointing this out @merve @victor

Keras org

@freddyaboulton Thank you.
It's the problem with caching the output. It's working now.

Keras org

Closing this as it's solved, thanks folks!

merve changed discussion status to closed

Sign up or log in to comment