runtime error

Exit code: 1. Reason: ib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> demo = gr.Interface( File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 420, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.10/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 747, in process predictions = self.run_prediction(processed_input) File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 711, in run_prediction prediction = predict_fn(*processed_input) File "/home/user/app/app.py", line 8, in predict_fn model = getattr(gcvit, model_name)(pretrain=True) File "/home/user/app/gcvit/models/gcvit.py", line 169, in GCViTXXTiny ckpt_path = tf.keras.utils.get_file('{}_weights.h5'.format(name), ckpt_link) File "/home/user/.local/lib/python3.10/site-packages/keras/utils/data_utils.py", line 348, in get_file raise Exception(error_msg.format(origin, e.code, e.msg)) Exception: URL fetch failure on https://github.com/awsaf49/gcvit-tf/releases/download/v1.1.1/gcvit_xxtiny_weights.h5: 403 -- Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

Container logs:

Fetching error logs...