runtime error

ported in the future, please import your component from gradio.components warnings.warn( /home/user/.local/lib/python3.8/site-packages/gradio/outputs.py:22: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components warnings.warn( Caching examples at: '/home/user/app/gradio_cached_examples/29' [[ 41. 1. 2. 135. 203. 0. 1. 132. 0. 3.5 2. 3. 6. ]] /home/user/.local/lib/python3.8/site-packages/sklearn/base.py:439: UserWarning: X does not have valid feature names, but LogisticRegression was fitted with feature names warnings.warn( [[ 51. 1. 2. 135. 203. 0. 1. 132. 0. 3.5 2. 3. 6. ]] /home/user/.local/lib/python3.8/site-packages/sklearn/base.py:439: UserWarning: X does not have valid feature names, but KNeighborsClassifier was fitted with feature names warnings.warn( [[ 51. 1. 2. 135. 203. 0. 1. 132. 0. 3.5 2. 3. 6. ]] /home/user/.local/lib/python3.8/site-packages/sklearn/base.py:439: UserWarning: X does not have valid feature names, but RandomForestClassifier was fitted with feature names warnings.warn( Traceback (most recent call last): File "app.py", line 86, in <module> gr.Interface(fn=predict, inputs= [c_model_name, c_age, c_sex, c_chest_pain_type, c_resting_blood_pressure,c_serum_cholesterol, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 456, in __init__ self.render_article() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1200, in __exit__ self.config = self.get_config_file() File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1176, in get_config_file "input": list(block.input_api_info()), # type: ignore File "/home/user/.local/lib/python3.8/site-packages/gradio_client/serializing.py", line 41, in input_api_info return (api_info["serialized_input"][0], api_info["serialized_input"][1]) KeyError: 'serialized_input'

Container logs:

Fetching error logs...