Spaces:
Runtime error
Update Gradio in readme
Gradio version is controlled by readme not only requirements.txt. Must be >3.11 to process files larger than 10mb. See https://huggingface.co/docs/hub/spaces-sdks-gradio , https://github.com/gradio-app/gradio/issues/2700 and and https://discuss.huggingface.co/t/error-connection-errored-out-during-processing/23439
Gradio version is controlled by readme not only requirements.txt. Must be >3.11 to process files larger than 10mb. See https://huggingface.co/docs/hub/spaces-sdks-gradio , https://github.com/gradio-app/gradio/issues/2700 and and https://discuss.huggingface.co/t/error-connection-errored-out-during-processing/23439
Ah, thanks - I'd forgotten Hugging Face uses the README instead of requirements.txt here.
I mainly run whisper-webui using my Docker version where this isn't an issue, but it's nice to ensure Hugging Face also uses the correct version of Gradio.