mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Fix height of iframe
This commit is contained in:
parent
c9b76c6715
commit
4ca853e1de
@ -18,14 +18,14 @@ For example, think that a system can generate 100 tokens per second. If the syst
|
|||||||
<iframe
|
<iframe
|
||||||
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light"
|
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light"
|
||||||
width="850"
|
width="850"
|
||||||
height="1600"
|
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://osanseviero-streaming-vs-non-streaming.hf.space?__theme=dark"
|
||||||
width="850"
|
width="850"
|
||||||
height="1600"
|
height="350"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user