Spaces:
Runtime error
A newer version of the Gradio SDK is available:
5.23.1
https://huggingface.co/spaces/abidlabs/whisper
https://github.com/rii-mango/Papaya/wiki/Configuration
https://github.com/gradio-app/gradio/issues/4511
https://www.gradio.app/guides/custom-components-in-five-minutes
https://www.gradio.app/guides/pdf-component-example
https://github.com/gradio-app/gradio/issues/6821
related:
https://discuss.huggingface.co/t/dynamically-change-maximum-value-of-slider-after-ui-launch/60572
https://huggingface.co/spaces/andreped/AeroPath https://huggingface.co/spaces/abidlabs/gradio_rich_textbox/blob/main/Dockerfile
--
downgrade node
npm install -g n n 18.17.0
relaunch terminal
install gradio from source ( https://github.com/gradio-app/gradio/issues/2912 )
python3 -m pip install --upgrade pip pip install setuptools --upgrade
point python to python3 ( https://stackoverflow.com/questions/69775997/error-when-i-kick-npm-install-in-wsl2-ubuntu )
sudo apt install python3 python-is-python3 gcc
--
pip install gradio==4.2.0 gradio cc create MyComponent --template SimpleTextbox cd mycomponent gradio cc dev
gradio cc create papaya_viewer --template HTML
cd papaya_viewer gradio cc dev
cd papaya_viewer/frontend npm install papaya-viewer
https://github.com/gradio-app/gradio/issues/6821
ssh -L 7862:127.0.0.1:7862 -L 7861:127.0.0.1:7861 aigonewrong@throwaway0
-- https://www.youtube.com/watch?v=IVJkOHTBPn0
pip install gradio==4.1.0
gradio cc create MutlimodalChatbot --template Chatbot