RUN TIME ERROR Report

#18
by windwall - opened

runtime error
Space failed. Exit code: 1. Reason: gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/inputs.py:58: UserWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/outputs.py:42: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/outputs.py:97: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components
warnings.warn(
/home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/gradio/interface.py:318: UserWarning: Currently, only the 'default' theme is supported.
warnings.warn("Currently, only the 'default' theme is supported.")
IMPORTANT: You are using gradio version 3.1.7, however version 4.29.0 is available, please upgrade.

Sign up or log in to comment