runtime error

Exit code: 1. Reason: Some weights of ViTForImageClassification were not initialized from the model checkpoint at google/vit-base-patch16-224-in21k and are newly initialized: ['classifier.bias', 'classifier.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> iface = gr.Interface(fn=video_input, inputs=gr.Video(type="webcam"), outputs="video", live=True) File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) TypeError: Video.__init__() got an unexpected keyword argument 'type'

Container logs:

Fetching error logs...