Skip to content
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

Colab Share Link issues and solution #122

Open
Sewlell opened this issue May 2, 2024 · 1 comment
Open

Colab Share Link issues and solution #122

Sewlell opened this issue May 2, 2024 · 1 comment

Comments

@Sewlell
Copy link
Contributor

Sewlell commented May 2, 2024

Notable Issue

  • Unable to create share link for user because frpc_linux_amd64_v0.2 is missing.
  • Unable to create share link for user because internet connection issue and current Gradio status.

Attachment

Screenshot (461)

[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!
Running on local URL:  http://127.0.0.1:7860/

Could not create share link. Please check your internet connection or our status page: https://status.gradio.app/.

Current Solution and Alternative

Man, I am super busy with other stuff, so I am currently unable to actually push my May 2 Colab Update. Hence I will just try explain the solution for this and try this yourself.

!wget -O frpc_linux_amd64_v0.2 https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64
!mv frpc_linux_amd64_v0.2 /usr/local/lib/python3.10/dist-packages/gradio/

I have no idea what caused this. My internet connection are all fine. But I suspect there is things missing here and there on that second cell. You just copy this code to your Colab and see whether it could put up share link or not.

For the second issue, they are within the same question - how? Gradio just fixed up its share links and API and there's this error. I will try to research this when I have time and probably push my Colab fork too. Meanwhile you can still use the older version of VoiceCraft Colab ( April 19 ) on my fork.

https://colab.research.google.com/github/Sewlell/VoiceCraft-gradio-colab/blob/master/voicecraft_gradio_colab.ipynb

@Sewlell
Copy link
Contributor Author

Sewlell commented May 3, 2024

Update 1

A day later everything seem to work fine and all. Can it really be their server issue? I will just keep this issue open for couples of day in case someone encountered other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant