peeter2

Results 10 comments of peeter2

I tried it on both Chrome as well as Firefox and still GIFs don't download. Even if I set frame rate to 10fps and capture just one second, still nothing...

Is anyone there? Or is this library abandoned?

My gradio app is mounted to this url: http://127.0.0.1:7860/gradio And I am trying to embed it like this ``` ``` But I am getting errors on browser console: ![image](https://github.com/gradio-app/gradio/assets/25162922/d831d8e4-7392-4a68-86ce-6742f3e70c5c) Looks...

I am also shocked to discover that gradio is collecting user data without any warning. Users need to know exactly what data is being collected. For example, are the block...

oh, thanks for your reply

I have the same request. Where can I get the latest CDN file with the update?

This helps a little bit but I often still get the session not found error even though I have enabled the session affinity.

Sure. Session not found happens every time with any gradio app mounted within another fastapi app and using this command to run it: CMD ["gunicorn", "-b", "0.0.0.0:8080", "-k", "uvicorn.workers.UvicornWorker", "--worker-tmp-dir",...

For some reason Gradio now adds "gradio_api" to the URLs of all files that it reads in temp. Is there any way to get rid of this? /gradio_api/file=/temp/... Also, the...