Update iframe sources for streaming demo (#3327)

This commit is contained in:
Eliott C. 2025-09-09 15:36:19 +02:00 committed by GitHub
parent c6071749db
commit d2ad7c484e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@ For example, a system can generate 100 tokens per second. If the system generate
<div class="block dark:hidden"> <div class="block dark:hidden">
<iframe <iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light" src="https://huggingface-streaming-vs-non-streaming.hf.space?__theme=light"
width="850" width="850"
height="350" height="350"
></iframe> ></iframe>
</div> </div>
<div class="hidden dark:block"> <div class="hidden dark:block">
<iframe <iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=dark" src="https://huggingface-streaming-vs-non-streaming.hf.space?__theme=dark"
width="850" width="850"
height="350" height="350"
></iframe> ></iframe>