runtime error
Exit code: 1. Reason: to register factory for plugin cuDNN when one has already been registered 2024-08-17 06:52:22.687249: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-08-17 06:52:22.698601: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-08-17 06:52:23.749342: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Cloning into 'frame-interpolation'... /usr/local/lib/python3.10/site-packages/gradio/interface.py:316: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.1.4, however version 4.29.0 is available, please upgrade. -------- Traceback (most recent call last): File "/home/user/app/app.py", line 81, in <module> gr.Interface( File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 602, in __init__ self.examples_handler = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 144, in __init__ self.processed_examples = [ File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 145, in <listcomp> [ File "/usr/local/lib/python3.10/site-packages/gradio/examples.py", line 146, in <listcomp> component.preprocess_example(sample) File "/usr/local/lib/python3.10/site-packages/gradio/components.py", line 1518, in preprocess_example return processing_utils.encode_file_to_base64(x) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 56, in encode_file_to_base64 with open(f, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'cat5.jpeg'
Container logs:
Fetching error logs...