text-generation-webui
text-generation-webui copied to clipboard
text-generation-webui "--listen-port" not working
I have this error: AttributeError: module 'gradio' has no attribute 'Box'.
I tried this command: 'python server.py --listen-port 7860 --listen-host 0.0.0.0 --share' but it doesn't work. I also tried other ports but it still doesn't work. Any ideas?
try this parametrs
#SERVER:
--listen #use listen
--listen-port 80
for the attribute error you need to update gradio. Box is removed and no longer present in the newer versions.
This issue has been closed due to inactivity for 2 months. If you believe it is still relevant, please leave a comment below. You can tag a developer in your comment.