<!-- Add this in your DeepSite v3 HTML/iframe component -->
Browse files<iframe
src="https://huggingface.co/spaces/Wan-AI/Wan2.2-I2V-A14B"
width="100%"
height="700px"
style="border:none;">
</iframe>
demo.html
CHANGED
|
@@ -51,14 +51,14 @@
|
|
| 51 |
<section class="bg-gray-800 bg-opacity-60 rounded-xl p-8 backdrop-blur-md border border-gray-700 mb-16">
|
| 52 |
<div class="flex flex-col items-center">
|
| 53 |
<iframe
|
| 54 |
-
src="
|
| 55 |
width="100%"
|
| 56 |
-
height="
|
| 57 |
frameborder="0"
|
| 58 |
allowfullscreen
|
| 59 |
></iframe>
|
| 60 |
-
<p class="mt-4 text-gray-400">
|
| 61 |
-
|
| 62 |
</section>
|
| 63 |
</main>
|
| 64 |
|
|
|
|
| 51 |
<section class="bg-gray-800 bg-opacity-60 rounded-xl p-8 backdrop-blur-md border border-gray-700 mb-16">
|
| 52 |
<div class="flex flex-col items-center">
|
| 53 |
<iframe
|
| 54 |
+
src="https://huggingface.co/spaces/Wan-AI/Wan2.2-I2V-A14B"
|
| 55 |
width="100%"
|
| 56 |
+
height="700"
|
| 57 |
frameborder="0"
|
| 58 |
allowfullscreen
|
| 59 |
></iframe>
|
| 60 |
+
<p class="mt-4 text-gray-400">Experience WAN 2.2 I2V directly in your browser via our Hugging Face Space</p>
|
| 61 |
+
</div>
|
| 62 |
</section>
|
| 63 |
</main>
|
| 64 |
|