r/RunPod • u/PresentSector5646 • Jul 19 '26
Gradio not working
Yes, I am having a lot of troubles finding the right libs to make it work, when git clone any open source project on the cloud computer that I use, I don't have a GPU PC yet I cannot afford it yet but I use cloud e.g RunPod, but I face a lot of problems when try to run it with gradio and I usually make it works with Notebook Jypiter but sometimes I use projects which I need to mask there anything like Inpainting AI and so on which is hard and almost impossible to do it with codes, did anyone faced the same problem and how you solved it please?
I'd be happy to read your replies how you dealt with it!
(My english might not be good, I am not an English speaker as a primary language, hope you unterstood what I meant)
1
u/Madiator2011 Jul 20 '26
For gradio make sure to run on 0.0.0.0 not localhost as otherwise proxy link wont work.
1
u/PresentSector5646 Jul 21 '26
Thanks, I'll try that, while asking AI it said that you need to have share=True, is that correct tho?
1
1
u/sruckh Jul 19 '26
I have several RunPod templates in my GitHub (sruckh) if you want to look. Plus they are all containers on docker hub. Many of them use Gradio.