How to access the deployment on the server
The deployment on the server was successful, and it can be accessed on the server. However, using the server ip: port on the external network cannot be accessed. There is no problem with the firewall, and it is no problem to access the default port 80 of iis.
To serve it over the internet
demo.queue().launch(server_name='0.0.0.0', server_port=7860, share=False, inbrowser=True)
Hi, WeileiZeng!
can you tell me where do I put these parameters? Into which file?
Thanks
replace the last line in https://github.com/Vision-CAIR/MiniGPT-4/blob/main/demo.py
i tried,it worked