safe-playground / gradio.log
Pratyush Maini
Pass HF token to InferenceClient and show clear token status in UI
8133671
raw
history blame
754 Bytes
Traceback (most recent call last):
File "/Users/pratyushmaini/Desktop/code/personal/websites/safe-playground/app.py", line 338, in <module>
demo.launch()
File "/Users/pratyushmaini/Desktop/code/personal/websites/safe-playground/.venv/lib/python3.12/site-packages/gradio/blocks.py", line 2371, in launch
) = http_server.start_server(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pratyushmaini/Desktop/code/personal/websites/safe-playground/.venv/lib/python3.12/site-packages/gradio/http_server.py", line 154, in start_server
raise OSError(
OSError: Cannot find empty port in range: 7860-7959. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`.