mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +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">
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user