runtime error
Exit code: 1. Reason: sult[0] = await coro File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/gradio/helpers.py", line 517, in cache prediction = await Context.root_block.process_api( File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/gradio/blocks.py", line 1935, in process_api result = await self.call_function( File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/gradio/blocks.py", line 1520, in call_function prediction = await anyio.to_thread.run_sync( # type: ignore File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread return await future File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/gradio/utils.py", line 826, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 572, in tango model = init_class(cfg.model.name_pyfile, cfg.model.class_name, cfg) File "/home/user/app/app.py", line 436, in init_class instance = model_class(config, **kwargs) File "/home/user/app/models/jointembedding_high_env0.py", line 294, in __init__ self.bert_model = BertModel.from_pretrained('bert-base-uncased') File "/home/user/.pyenv/versions/3.9.20/lib/python3.9/site-packages/transformers/modeling_utils.py", line 2566, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'bert-base-uncased'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'bert-base-uncased' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...