lukestanley commited on
Commit
73ed0f6
·
verified ·
1 Parent(s): 09fae83

Delete invalid empty config.json file

Browse files

When I do this:
```
from transformers import pipeline
pipe = pipeline("image-text-to-text", model="microsoft/OmniParser-v2.0")
```
I get this error `OSError: It looks like the config file at '/home/user/.cache/huggingface/hub/models--microsoft--OmniParser-v2.0/snapshots/09fae83e39987d4c19e676253380033a0603dbc3/config.json' is not a valid JSON file.`
When I look at the file, it is indeed blank.
Presumably before it was added, it was working.

Files changed (1) hide show
  1. config.json +0 -0
config.json DELETED
File without changes