runtime error

lueError(f"Cannot find mesh from {default_path}, must specify --mesh explicitly!") ValueError: Cannot find mesh from logs/0d6e37451ce97b5e97dd74e63f9a06b17644f2ad02f32534ce079493808d288f_mesh.glb, must specify --mesh explicitly! Traceback (most recent call last): File "/home/user/app/app.py", line 105, in <module> gr.Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 75, in create_examples examples_obj.create() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 286, in create client_utils.synchronize_async(self.cache) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 540, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync raise return_result File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 347, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1559, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1447, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/model3d.py", line 172, in postprocess "name": self.make_temp_copy_if_needed(y), File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 233, in make_temp_copy_if_needed temp_dir = self.hash_file(file_path) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 197, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'logs/0d6e37451ce97b5e97dd74e63f9a06b17644f2ad02f32534ce079493808d288f_mesh.glb'

Container logs:

Fetching error logs...