Issues with running omniparser via hugging face.
#14
by
VishwaSriram
- opened
Hey i am getting this error when making use of huggingface to execute omniparser.
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/microsoft/OmniParser/resolve/main/preprocessor_config.json
This comment has been hidden
Hi @VishwaSriram , have you tried our demo: https://huggingface.co/spaces/microsoft/OmniParser? :)
Hey @adamlu1 yes i have tried out the demo, want to make use of the omniparser with a program of mine. Trying to do it via huggingface results in the error : OSError: microsoft/OmniParser does not appear to have a file named preprocessor_config.json. Please provide me with a solution for the same or a different approach to connect omniparser to a program.