runtime error

cpu /usr/local/lib/python3.10/site-packages/gradio/layouts/column.py:55: UserWarning: 'scale' value should be an integer. Using 1.5 will cause issues. warnings.warn( Error: [Errno 2] No such file or directory: '/src' Traceback (most recent call last): File "/home/user/app/app.py", line 19, in check_cog_server cog_process = subprocess.Popen(["python3", "-m", "cog.server.http", "--threads=10"], cwd="/src") File "/usr/local/lib/python3.10/subprocess.py", line 971, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/src' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 175, in <module> check_cog_server() File "/home/user/app/app.py", line 52, in check_cog_server cog_process.send_signal(signal.SIGINT) # Send interrupt signal to the Cog process UnboundLocalError: local variable 'cog_process' referenced before assignment

Container logs:

Fetching error logs...