runtime error
Exit code: 1. Reason: Loading model... No model was supplied, defaulted to distilbert/distilbert-base-uncased-finetuned-sst-2-english and revision 714eb0f (https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english). Using a pipeline without specifying a model name and revision in production is not recommended. config.json: 0%| | 0.00/629 [00:00<?, ?B/s][A config.json: 100%|██████████| 629/629 [00:00<00:00, 4.30MB/s] model.safetensors: 0%| | 0.00/268M [00:00<?, ?B/s][A model.safetensors: 25%|██▍ | 66.7M/268M [00:01<00:03, 64.9MB/s][A model.safetensors: 100%|██████████| 268M/268M [00:01<00:00, 163MB/s] tokenizer_config.json: 0%| | 0.00/48.0 [00:00<?, ?B/s][A tokenizer_config.json: 100%|██████████| 48.0/48.0 [00:00<00:00, 469kB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s][A vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 33.4MB/s] Device set to use cpu Traceback (most recent call last): File "/app/app.py", line 24, in <module> with gr.Blocks(theme=gr.themes.Soft()) as demo: File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1071, in __init__ super().__init__(render=False, **kwargs) TypeError: BlockContext.__init__() got an unexpected keyword argument 'theme'
Container logs:
Fetching error logs...