litav commited on
Commit
3ede939
·
verified ·
1 Parent(s): 033aa12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -30,9 +30,16 @@ The following table presents the test metric results for all the models implemen
30
 
31
  <span style="font-size:20px"> **After comparing the different results, it can be seen that the model with the highest performance across all metrics is the <span style="color:indianred"> VIT model</span>, achieving the best results according to all the criteria we set in the initial phase.**.</span>
32
 
33
- <video controls width="500" style="display: block; margin-left: auto; margin-right: auto;">
34
  <source src="https://cdn-uploads.huggingface.co/production/uploads/66d6f1b3b50e35e1709bfdf7/x7Ud8PO9QPfmrTvBVcCKE.mp4" type="video/mp4">
35
  Your browser does not support the video tag.
36
  </video>
37
 
 
 
 
 
 
 
 
38
  ---
 
30
 
31
  <span style="font-size:20px"> **After comparing the different results, it can be seen that the model with the highest performance across all metrics is the <span style="color:indianred"> VIT model</span>, achieving the best results according to all the criteria we set in the initial phase.**.</span>
32
 
33
+ <video controls loop width="400" style="animation: fadeIn 2s; display: block; margin-left: auto; margin-right: auto;">
34
  <source src="https://cdn-uploads.huggingface.co/production/uploads/66d6f1b3b50e35e1709bfdf7/x7Ud8PO9QPfmrTvBVcCKE.mp4" type="video/mp4">
35
  Your browser does not support the video tag.
36
  </video>
37
 
38
+ <style>
39
+ @keyframes fadeIn {
40
+ from { opacity: 0; }
41
+ to { opacity: 1; }
42
+ }
43
+ </style>
44
+
45
  ---