wwwwqeqwe commited on
Commit
cf3f5ff
·
verified ·
1 Parent(s): 1a8d973

<!-- 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>

Files changed (1) hide show
  1. demo.html +4 -4
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="http://localhost:7860"
55
  width="100%"
56
- height="600"
57
  frameborder="0"
58
  allowfullscreen
59
  ></iframe>
60
- <p class="mt-4 text-gray-400">Note: The demo requires our backend service to be running locally on port 7860</p>
61
- </div>
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