#Using local and trying to make a public link now

1 messages · Page 1 of 1 (latest)

lethal sierra
#

I'm trying to use gradio to make a public link for my own local server, however i gkeep getting an error where gradio wont make a public link.

delicate apex
lethal sierra
#

Yes

#

unless its supposed to be right after the parenthesis

#

which i have not tried because sharing on default is set to true anyways

delicate apex
#

Hmmm try setting only app.launch(Share=True)

#

Still I don't know much about Gradio tbh nails

lethal sierra
#

trying it now.

#

if its old code that might have been it

delicate apex
lethal sierra
#

nope i broke it

delicate apex
#

damn

#

What's ur gradio version?

lethal sierra
#

I just did a git pull so it went back to 3.39 but I have the client installed which is why its working now. because before i had that documentation error that was throwing me for a loop

delicate apex
lethal sierra
#

You know what i thought maybe that could be it, let me try installing that

delicate apex
#

Okkie

lethal sierra
#

alright i installed it nto the AI cover folder, im gonna follow these instructions and put this stable diffuser model into the folder. and then ill run it and see if it works

#

its a big model file lol

undone pythonBOT
#

Ayo? @lethal sierra level 3 !!! lfg

lethal sierra
lethal sierra
# delicate apex Okkie

FIXED IT. So public links do not work. But, if you use a vpn you can use the LAN listener aspect

#

You just have to put all the visuals to true as well as the sharing

placid night
#

in lan is not working for mi

#

ok you try this?

#

if name == "main":
Applio.launch(
favicon_path="assets/ICON.ico",
share=True,
inbrowser="--open" in sys.argv,
server_port=6969,
)