You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Carringbrinks this is often due to an antivirus blocking a specific binary file from being downloaded. Please take a look at this issue: #3677 and try the suggestions there. If that doesn't solve your issue, please feel free to chime in there.
There is this file under my gradio file. You may not understand what I mean. The problem I have is starting the gradio service. When I set share=True, only a local url was returned to me, but I The code is running on a Linux server, so I want to pass the public url test, but after the local url appears in the program, there is no response, so I have no way to investigate the cause.
Describe the bug
share is set to True, but nothing happens after the code runs to the local url.
Have you searched existing issues? 🔎
Reproduction
import gradio as gr
def greet(name):
return "Hello " + name + "!"
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
if name == "main":
demo.launch(share=True)
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: