mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
add code (#104)
Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
@@ -47,14 +47,20 @@ This file was automatically generated - do not edit
|
|||||||
{% include "partials/alternate.html" %}
|
{% include "partials/alternate.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Add HF and Gradio logos before search -->
|
|
||||||
<div style="display: flex; align-items: center; margin-right: 1rem;">
|
<div style="display: flex; align-items: center; margin-right: 1rem;">
|
||||||
<img src="/hf-logo.svg"
|
<a href="https://hf.co/fastrtc" target="_blank" rel="noopener noreferrer">
|
||||||
onerror="this.onerror=null; this.src='https://huggingface.co/datasets/freddyaboulton/bucket/resolve/main/hf-logo.svg';"
|
<img src="/hf-logo.svg"
|
||||||
style="height: 24px; margin-right: 10px;">
|
onerror="this.onerror=null; this.src='https://huggingface.co/datasets/freddyaboulton/bucket/resolve/main/hf-logo.svg';"
|
||||||
<img src="/gradio-logo.svg"
|
style="height: 24px; margin-right: 10px;">
|
||||||
onerror="this.onerror=null; this.src='https://huggingface.co/datasets/freddyaboulton/bucket/resolve/main/gradio-logo.svg';"
|
</a>
|
||||||
style="height: 24px;">
|
<a href="https://gradio.app" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src="/gradio-logo.svg"
|
||||||
|
onerror="this.onerror=null; this.src='https://huggingface.co/datasets/freddyaboulton/bucket/resolve/main/gradio-logo.svg';"
|
||||||
|
style="height: 24px; margin-right: 10px;">
|
||||||
|
</a>
|
||||||
|
<a href="https://discord.gg/TSWU7HyaYu" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src="/Discord-Symbol-White.svg" style="height: 16px; margin-right: 10px;">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if "material/search" in config.plugins %}
|
{% if "material/search" in config.plugins %}
|
||||||
|
|||||||
Reference in New Issue
Block a user