Closed start1002 closed 1 year ago
You just encountered the infamous Gradio bug. Basically, Gradio runs a reverse proxy service that connects your WebUI interface to the internet. Unfortunately, their proxy service is really shitty and can't proxy a file larger than 2MB. The WebUI program integrates ngrok to fix this issue.
Unfortunately, Paperspace locks your account for using any tunneling proxy service such as ngrok (who knows how many they explicitly ban). There is literally no easy solution for this. Personally, what I do is run a rathole server on a $5 DigitalOcean cloud VPS which I've had great success with. You've got to host your own server that Paperspace doesn't know about.
Here's some more tunneling proxy servers: https://github.com/anderspitman/awesome-tunneling
I'm sorry, but you're on your own with this.
try rollback gradio in requirement file to 3.9 and it should be work.
it's already fixed for me,try this new method that recently commit by auto, --gradio-queue,also to make sure remove --gradio-debug,since it break progress bar for ui
I was wondering why the progress bar was broken!
As shown in the figure, after the image is generated, it disappears, and the entire page stops responding. Clicking the Generate button again does not respond. How can I solve this problem?
PS: I can't speak English, so I can only use machine translation. I'm sorry if it bothers your reading.