Transformers
PyTorch
English
bridgetower
Inference Endpoints
anahita-b commited on
Commit
55a5aa5
1 Parent(s): 263e73d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ outputs = model(**encoding)
75
  results = processor.decode(outputs.logits.argmax(dim=-1).squeeze(0).tolist())
76
 
77
  print(results)
78
- .a cat looking out of the window.
79
  ```
80
 
81
  ### Limitations and bias
 
75
  results = processor.decode(outputs.logits.argmax(dim=-1).squeeze(0).tolist())
76
 
77
  print(results)
78
+ #.a cat looking out of the window.
79
  ```
80
 
81
  ### Limitations and bias