rityak commited on
Commit
a0e40c5
·
verified ·
1 Parent(s): 9af0e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -130,8 +130,22 @@ base_model:
130
  </style>
131
  <div class="container">
132
  <div class="image-wrapper">
133
- <video controls autoplay loop muted playsinline style="max-width:100%; border-radius:8px;" class="model-image">
134
- <source src="https://huggingface.co/rityak/RealCoreXL/resolve/main/vid.mp4" type="video/mp4" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  Your browser does not support the video tag.
136
  </video>
137
  </div>
 
130
  </style>
131
  <div class="container">
132
  <div class="image-wrapper">
133
+ <video
134
+ class="model-image"
135
+ controls
136
+ autoplay
137
+ loop
138
+ muted
139
+ playsinline
140
+ preload="metadata"
141
+ poster="https://huggingface.co/rityak/RealCoreXL/resolve/main/img.png"
142
+ >
143
+ <source src="https://huggingface.co/rityak/RealCoreXL/resolve/main/vid.mp4" type="video/mp4">
144
+ <img
145
+ src="https://huggingface.co/rityak/RealCoreXL/resolve/main/img.png"
146
+ alt="Preview image of RealCore XL model"
147
+ style="width:100%; max-width:500px; border-radius:8px;"
148
+ />
149
  Your browser does not support the video tag.
150
  </video>
151
  </div>