Delete invalid empty config.json file
Browse filesWhen 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.
- config.json +0 -0
config.json
DELETED
File without changes
|