Neleac commited on
Commit
fea3cb1
1 Parent(s): dbc0707

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -58,4 +58,9 @@ pixel_values = image_processor(frames, return_tensors="pt").pixel_values.to(devi
58
  tokens = model.generate(pixel_values, **gen_kwargs)
59
  caption = tokenizer.batch_decode(tokens, skip_special_tokens=True)[0]
60
  print(caption) # A man and a woman are dancing on a stage in front of a mirror.
61
- ```
 
 
 
 
 
 
58
  tokens = model.generate(pixel_values, **gen_kwargs)
59
  caption = tokenizer.batch_decode(tokens, skip_special_tokens=True)[0]
60
  print(caption) # A man and a woman are dancing on a stage in front of a mirror.
61
+ ```
62
+
63
+ #### Author Information:
64
+ 👾 [Discord](https://discordapp.com/users/297770280863137802) \
65
+ 🐙 [GitHub](https://github.com/Neleac) \
66
+ 🤝 [LinkedIn](https://www.linkedin.com/in/caelenw/)