text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

text-generation-webui "--listen-port" not working

Open AndreeaPatru opened this issue 10 months ago • 2 comments

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?

AndreeaPatru avatar Apr 12 '24 15:04 AndreeaPatru

try this parametrs

#SERVER:
--listen #use listen 
--listen-port 80

Nurgl avatar Apr 18 '24 12:04 Nurgl

for the attribute error you need to update gradio. Box is removed and no longer present in the newer versions.

geeky-devil avatar Apr 24 '24 13:04 geeky-devil

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.

github-actions[bot] avatar Jun 23 '24 23:06 github-actions[bot]