Commit
·
c48dad0
1
Parent(s):
4644150
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
4 |
|
5 |
# AskVideos-VideoCLIP
|
@@ -33,4 +33,4 @@ t2v_sim = v2t_sim.T
|
|
33 |
v2v_dists = video_clip.compute_dist_videoq(model, video_embs[0], video_embs)
|
34 |
```
|
35 |
|
36 |
-
For a more detailed demo of how to use the model, see the [colab](https://colab.research.google.com/drive/1kVzoQUS3phupujY-8Bym0nHezRRyd0YQ).
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
# AskVideos-VideoCLIP
|
|
|
33 |
v2v_dists = video_clip.compute_dist_videoq(model, video_embs[0], video_embs)
|
34 |
```
|
35 |
|
36 |
+
For a more detailed demo of how to use the model, see the [colab](https://colab.research.google.com/drive/1kVzoQUS3phupujY-8Bym0nHezRRyd0YQ).
|