-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not create share link #8186
Comments
Hello! We're having intermittent issues with our share link infrastructure. We're looking into it. |
maybe down again now. |
yes, down again |
Facing the same issue share link not working |
Yeah they're working on it, you can keep an eye here Status |
Is there any work around in the meanwhile? |
Yes, you can host your own share link server! https://github.com/huggingface/frp You can also the demo on a webserver of your own or spaces |
Going to close this as there have been many similar issues around the share link problems. If you are still facing issues related to share links, please use this issue to report: #3677 |
Describe the bug
I've been trying to run my program since a week and I've noticed its the same error each time.
My system antivirus is blocking the download of a file during the import of gradio.
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")
demo.launch(share=True)
Screenshot
Colab notebook detected. To show errors in colab notebook, set debug=True in launch()
Could not create share link. Missing file: /usr/local/lib/python3.10/dist-packages/gradio/frpc_linux_amd64_v0.2.
Please check your internet connection. This can happen if your antivirus software blocks the download of this file. You can install manually by following these steps:
/usr/local/lib/python3.10/dist-packages/gradio/analytics.py:99: UserWarning: unable to parse version details from package URL.
warnings.warn("unable to parse version details from package URL.")
Running on https://localhost:7861/
Logs
No response
System Info
yes, I'm running it on google colab
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: