-
Notifications
You must be signed in to change notification settings - Fork 143
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
can´t get it to run in google colab. #277
Comments
trying to see if this issue is related |
when checking the status, it is showing that share is operational. gradio-app/gradio#8186 (comment) |
gradio-app/gradio#3677 (comment) created a testapp just to see if plain gradio links works... and yes. there is no issue there... |
gradio-app/gradio#3677 (comment) testapp runs fine and outputs Gradio sharelink. however original app.py file still does not output the sharelink even though 'launch(share=True)' is added. |
https://github.com/kairin/fluxgym/blob/107ad330e006401b88a679ccc57f984c32a89143/READMEGoogleColab.md got it to run in google colab. apparently the sharelink does not appear normally in colab. not sure why. |
when trying to get it to run in google colab, i just find it odd that the share link is unable to be generated. and that there is this big empty space in the middle.
the changes i made is simply: https://github.com/kairin/fluxgym/blob/dd3fbb0f8149077bc8447ce8ad6e1897e1a1d99b/app.py#L1120
which again i thought is odd since it's just a simple line/add.
so, i tried to launch it locally and this is what i actually encountered instead:
does anyone know what is preventing this from downloading since Gradio is supposed to generate a share link simply with 'launch(share=true)'.
The text was updated successfully, but these errors were encountered: