runtime error

File "app.py", line 4, in <module> import Image_Classification_EfficientNetLite4.app File "/home/user/app/Image_Classification_EfficientNetLite4/app.py", line 77, in <module> interface = gr.Interface( File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 646, in __init__ self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 60, in create_examples utils.synchronize_async(examples_obj.create) File "/home/user/.local/lib/python3.8/site-packages/gradio/utils.py", line 375, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 106, in sync raise return_result File "/home/user/.local/lib/python3.8/site-packages/fsspec/asyn.py", line 61, in _runner result[0] = await coro File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 259, in create await self.cache() File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 293, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 1013, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 923, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "/home/user/.local/lib/python3.8/site-packages/gradio/components.py", line 1429, in preprocess im = processing_utils.decode_base64_to_image(x) File "/home/user/.local/lib/python3.8/site-packages/gradio/processing_utils.py", line 51, in decode_base64_to_image return Image.open(BytesIO(base64.b64decode(image_encoded))) File "/home/user/.local/lib/python3.8/site-packages/PIL/Image.py", line 3305, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f6fda1dcae0>

Container logs:

Fetching error logs...