runtime error

/home/user/.local/lib/python3.10/site-packages/gradio/inputs.py:185: 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.10/site-packages/gradio/inputs.py:188: UserWarning: `optional` parameter is deprecated, and it has no effect super().__init__( /home/user/.local/lib/python3.10/site-packages/gradio/inputs.py:59: 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.10/site-packages/gradio/inputs.py:62: UserWarning: `optional` parameter is deprecated, and it has no effect super().__init__(value=default, label=label, optional=optional) AttributeError: 'Number' object has no attribute 'log1p' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 49, in <module> log_average_glucose_level = np.log1p(average_glucose_level) TypeError: loop of ufunc does not support argument 0 of type Number which has no callable log1p method

Container logs:

Fetching error logs...