🚩 Report : Not working

#2
by caranda - opened

There is a "Runtime error":

/home/user/.local/lib/python3.8/site-packages/gradio/interface.py:328: UserWarning: Currently, only the 'default' theme is supported.
warnings.warn("Currently, only the 'default' theme is supported.")
IMPORTANT: You are using gradio version 3.2, however version 3.14.0 is available, please upgrade.


Traceback (most recent call last):
File "app.py", line 33, in
demo.launch()
File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 963, 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.

Sign up or log in to comment