mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Update iframe sources for streaming demo (#3327)
This commit is contained in:
parent
c6071749db
commit
d2ad7c484e
@ -27,14 +27,14 @@ For example, a system can generate 100 tokens per second. If the system generate
|
||||
|
||||
<div class="block dark:hidden">
|
||||
<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"
|
||||
height="350"
|
||||
></iframe>
|
||||
</div>
|
||||
<div class="hidden dark:block">
|
||||
<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"
|
||||
height="350"
|
||||
></iframe>
|
||||
|
Loading…
Reference in New Issue
Block a user