runtime error

sitory to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/rwightman/gen-efficientnet-pytorch/zipball/master" to /home/user/.cache/torch/hub/master.zip Downloading: "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/tf_efficientnet_b7_ns-1dbc32de.pth" to /home/user/.cache/torch/hub/checkpoints/tf_efficientnet_b7_ns-1dbc32de.pth Loading base model ()...Done. Removing last two layers (global_pool & classifier). Building Encoder-Decoder model..Done. /home/user/.local/lib/python3.8/site-packages/gradio/deprecation.py:40: UserWarning: `enable_queue` is deprecated in `Interface()`, please use it within `launch()` instead. warnings.warn(value) /home/user/.local/lib/python3.8/site-packages/gradio/interface.py:286: UserWarning: Currently, only the 'default' theme is supported. warnings.warn("Currently, only the 'default' theme is supported.") IMPORTANT: You are using gradio version 3.0.20, however version 3.14.0 is available, please upgrade. -------- Traceback (most recent call last): File "app.py", line 121, in <module> demo.launch(enable_queue=True, debug=False) File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 766, in launch server_port, path_to_local_server, app, server = networking.start_server( File "/home/user/.local/lib/python3.8/site-packages/gradio/networking.py", line 114, in start_server port = get_first_available_port( File "/home/user/.local/lib/python3.8/site-packages/gradio/networking.py", line 65, in get_first_available_port raise OSError( OSError: All ports from 7860 to 7860 are in use. Please close a port.

Container logs:

Fetching error logs...