Image Classification
Transformers
Safetensors
PyTorch
timm_wrapper
Not-For-All-Audiences
ccabrerafreepik commited on
Commit
918bc14
·
verified ·
1 Parent(s): 451e812

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -227,7 +227,7 @@ print(prediction(model, processor, [image], "medium")) # Options: low, medium, h
227
 
228
  Example output:
229
 
230
- ```
231
  [
232
  {'label': 'neutral', 'score': 0.92},
233
  {'label': 'low', 'score': 0.08},
 
227
 
228
  Example output:
229
 
230
+ ```python
231
  [
232
  {'label': 'neutral', 'score': 0.92},
233
  {'label': 'low', 'score': 0.08},