runtime error
Exit code: 1. Reason: Loading model 'openai/whisper-small' on device: CPU Loading weights: 0%| | 0/479 [00:00<?, ?it/s][A Loading weights: 100%|██████████| 479/479 [00:00<00:00, 1315.06it/s] Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. [transformers] Using `chunk_length_s` is very experimental with seq2seq models. The results will not necessarily be entirely accurate and will have caveats. More information: https://github.com/huggingface/transformers/pull/20104. Ignore this warning with pipeline(..., ignore_warning=True). To use Whisper for long-form transcription, use rather the model's `generate` method directly as the model relies on it's own chunking mechanism (cf. Whisper original paper, section 3.8. Long-form Transcription). Traceback (most recent call last): File "/app/app.py", line 14, in <module> demo = gr.Interface( File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 171, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1114, in __init__ super().__init__(render=False, **kwargs) TypeError: BlockContext.__init__() got an unexpected keyword argument 'allow_flagging'
Container logs:
Fetching error logs...