runtime error
Exit code: 1. Reason: t_async_backend().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2177, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 859, in run result = context.run(func, *args) File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 25, in debate_assistant argument = generate_text(argument_prompt, max_length=600) File "/home/user/app/app.py", line 9, in generate_text response = client.text_generation(prompt, max_new_tokens=max_length, temperature=0.7) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 2176, in text_generation raise_text_generation_error(e) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_common.py", line 422, in raise_text_generation_error raise http_error File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 2146, in text_generation bytes_output = self.post(json=payload, model=model, task="text-generation", stream=stream) # type: ignore File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 304, in post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 367, in hf_raise_for_status raise HfHubHTTPError(message, response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: (Request ID: kz9KA7_r6Ga31IvY6DT0T) 403 Forbidden: None. Cannot access content at: https://api-inference.huggingface.co/models/google/flan-t5-xl. If you are trying to create or update content, make sure you have a token with the `write` role. The model google/flan-t5-xl is too large to be loaded automatically (11GB > 10GB). Please use Spaces (https://huggingface.co/spaces) or Inference Endpoints (https://huggingface.co/inference-endpoints).
Container logs:
Fetching error logs...