handson5 / FIX_NOTES.md
eliakuassi's picture
Upload 3 files
cdfe02c verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade

Fix Notes

The build error came from Hugging Face reading the YAML metadata value:

python_version: 3.10

as Python 3.1.

This package fixes the metadata by changing it to:

python_version: "3.10"

It also quotes the Gradio SDK version for consistency:

sdk_version: "5.23.3"