Closed FilkerZero closed 7 months ago
The reason is this app cannot fetch image from directories other than this app is stored (it's been from some version of gradio). You can solve this issue by using temporal images, which is in "Settings" tab.
In ver0.0.6 or higher, this app fetch images in different way (with faster response). You also can solve by adding paths to whitelist in "Settings" tab.
D:/ai-tools/dataset-tag-editor-standalone
When I attempt to start working in a directory that contains the images I want to tag, I get the following for each file within the directory:
While looking around, I found a closed issue for the webui extension version of the tool from a while ago that says something about
gr.Blocks()
, though that was about getting at the JavaScript files themselves. I am wondering if this is an incompatibility with the installed version of thegradio
package enforcing new access restrictions to sandbox the application, and if there is a simple way to set the access policy to allow the access.Below is the listing of installed Python packages along with their versions.
Thanks