runtime error
cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2023-11-19 01:15:27.755538: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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. 2023-11-19 01:15:28.597221: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Directory /home/user /.deepface created Directory /home/user /.deepface/weights created facial_expression_model_weights.h5 will be downloaded... Downloading... From: https://github.com/serengil/deepface_models/releases/download/v1.0/facial_expression_model_weights.h5 To: /home/user/.deepface/weights/facial_expression_model_weights.h5 0%| | 0.00/5.98M [00:00<?, ?B/s][A 100%|██████████| 5.98M/5.98M [00:00<00:00, 184MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 47, in <module> iface = gr.Interface(fn=predict_emotion, inputs="webcam", outputs="image") File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 210, in __init__ self.input_components = [ File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 211, in <listcomp> get_component_instance(i, unrender=True) for i in inputs # type: ignore File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 336, in get_component_instance component_obj = component(comp, render=render) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/base.py", line 318, in component obj = utils.component_or_layout_class(cls_name)(render=render) File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 456, in component_or_layout_class raise ValueError(f"No such component or layout: {cls_name}") ValueError: No such component or layout: webcam
Container logs:
Fetching error logs...