runtime error

py df.Fare = df.Fare.fillna(-0.5) app.py:30: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy df.Fare = categories /home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:182: 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/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `optional` parameter is deprecated, and it has no effect warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/inputs.py:88: 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/.local/lib/python3.8/site-packages/gradio/interface.py:328: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.5, however version 3.14.0 is available, please upgrade. -------- Traceback (most recent call last): File "app.py", line 70, in <module> gr.Interface(predict_survival, [sex, age, fare], "label", live=True, thumbnail="https://raw.githubusercontent.com/gradio-app/hub-titanic/master/thumbnail.png", analytics_enabled=False, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 424, in __init__ self.flagging_callback.setup( File "/home/user/.local/lib/python3.8/site-packages/gradio/flagging.py", line 333, in setup path_to_dataset_repo = huggingface_hub.create_repo( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) TypeError: create_repo() got an unexpected keyword argument 'name'

Container logs:

Fetching error logs...