runtime error
Exit code: 1. Reason: preprocessor_config.json: 0%| | 0.00/160 [00:00<?, ?B/s][A preprocessor_config.json: 100%|██████████| 160/160 [00:00<00:00, 858kB/s] config.json: 0%| | 0.00/69.6k [00:00<?, ?B/s][A config.json: 100%|██████████| 69.6k/69.6k [00:00<00:00, 141MB/s] pytorch_model.bin: 0%| | 0.00/23.0M [00:00<?, ?B/s][A pytorch_model.bin: 100%|██████████| 23.0M/23.0M [00:00<00:00, 134MB/s] Some weights of ViTForImageClassification were not initialized from the model checkpoint at facebook/deit-tiny-patch16-224 and are newly initialized because the shapes did not match: - classifier.weight: found shape torch.Size([1000, 192]) in the checkpoint and torch.Size([3, 192]) in the model instantiated - classifier.bias: found shape torch.Size([1000]) in the checkpoint and torch.Size([3]) in the model instantiated You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. model.safetensors: 0%| | 0.00/22.9M [00:00<?, ?B/s][ATraceback (most recent call last): File "/home/user/app/app.py", line 63, in <module> webcam_input = gr.Image(source="webcam", tool=None, label="Show your move!") File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 182, in wrapper return fn(self, **kwargs) TypeError: Image.__init__() got an unexpected keyword argument 'source' model.safetensors: 100%|██████████| 22.9M/22.9M [00:00<00:00, 112MB/s]
Container logs:
Fetching error logs...