๐Ÿšฉ Report: Not working

#6
by emirvmendoza - opened

"Runtime error
Space failed. Exit code: 1. Reason: se use 'weights' instead.
warnings.warn(
/home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=None.
warnings.warn(msg)
/tmp/tmpkuhz4za0.jpeg v1.4 2.0
/home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
warnings.warn(
/home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=None.
warnings.warn(msg)
/tmp/tmpuc0loyrd.jpeg v1.4 2.0
/home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
warnings.warn(
/home/user/.local/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or None for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=None.
warnings.warn(msg)
Traceback (most recent call last):
File "app.py", line 142, in
demo.launch()
File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 910, 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 115, in start_server
port = get_first_available_port(
File "/home/user/.local/lib/python3.8/site-packages/gradio/networking.py", line 66, in get_first_available_port
raise OSError(
OSError: All ports from 7860 to 7860 are in use. Please close a port.
Container logs:

Failed to retrieve error logs: The user aborted a request."

Works now

emirvmendoza changed discussion status to closed

Sign up or log in to comment