--share in the Spaces
Could be in the settings a tab to --share the Spaces so whenever we launch the Space there will be a public URL not only the local one http://127.0.0.1:7861/ ?
Also need --listen functionality for Spaces to host on local server and access from any PC on LAN. Currently WebUI is accessible on local IP 10.0.0.10:7860 , but Spaces only launch on localhost:7861 and are not accessible from 10.0.0.10:7861 . Is there any solution?
Also wondering how to implement this... I changed launch(share=True) in forge/extensions-builtin/forge_space_animagine_xl_31/forge_app.py but didn't seem to work for me. Maybe there is another place I should've changed it? Any pointers would be appreciated
anyone figure this out yet?
Using paperspace so I have to use gradio so hopefully can figure out how to generate share links. I will poke around a bit and see if its possible yet