runtime error

Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 304, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api-inference.huggingface.co/framework/keras The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 168, in <module> loop_query_data() File "/home/user/app/app.py", line 16, in loop_query_data models_others = InferenceClient(token=HUGGINGFACE_TOKEN).list_deployed_models(frameworks="all")["text-generation"] File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 1264, in list_deployed_models hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 371, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 404 Client Error: Not Found for url: https://api-inference.huggingface.co/framework/keras (Request ID: 7OesI7w0dzse3vZyBtS3f)

Container logs:

Fetching error logs...