Output images are downloaded to the current directory when using gradio_client
for gr.Gallery
#4494
Closed
1 task done
Labels
bug
Something isn't working
Describe the bug
Not sure if this is a bug or as intended, but
gradio_client.Client
saves output images ofgr.Gallery
in a directory under the current directory, while files are downloaded to a directory under/tmp
forgr.Audio
,gr.Model3D
, andgr.Video
, andgr.Image
is downloaded to/tmp
.I don't like this behavior because it clutters my working directory and because it's not easy to delete generated directories as they have random names generated by
uuid.uuid4()
.It would be nice if the outputs of
gr.Gallery
are also downloaded to a directory under/tmp
.Is there an existing issue for this?
Reproduction
Screenshot
No response
Logs
System Info
Severity
annoying
The text was updated successfully, but these errors were encountered: