Add Gradio and Streamlit apps (#817)

This commit is contained in:
pollfly
2024-04-02 17:19:34 +03:00
committed by GitHub
parent a8b6015f71
commit f5c6d06602
12 changed files with 220 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m30.67,6.82l21.91,12.02v7l-21.91-12.02v-7Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m52.58,18.84l-22,12.06v7.05l22-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m8.58,18.84l22,12.06v7.05l-22-12.06v-7.05Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,6.78l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m52.58,37.54v-6.55l-21.91-12.02v7l20.46,11.22c.5.09.99.2,1.46.35Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m49,37c1.25,0,2.45.19,3.58.54v-6.55l-22,12.06v7.05l6.7-3.68c1.18-5.39,5.97-9.43,11.72-9.43Z" fill="#ff7c00"/>
<polygon points="8.58 38.04 30.58 50.11 30.58 43.06 8.58 31 8.58 38.04" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,18.93l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
</g>
<path d="m49,39c-5.52,0-10,4.48-10,10s4.48,10,10,10,10-4.48,10-10-4.48-10-10-10Z" fill="#21b553"/>
<path d="m52.42,48.23l-4.06-3.38c-.65-.54-1.64-.08-1.64.77v6.76c0,.85.99,1.31,1.64.77l4.06-3.38c.48-.4.48-1.14,0-1.54Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m30.67,6.82l21.91,12.02v7l-21.91-12.02v-7Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m52.58,18.84l-22,12.06v7.05l22-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m8.58,18.84l22,12.06v7.05l-22-12.06v-7.05Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,6.78l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m52.58,37.54v-6.55l-21.91-12.02v7l20.46,11.22c.5.09.99.2,1.46.35Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m49,37c1.25,0,2.45.19,3.58.54v-6.55l-22,12.06v7.05l6.7-3.68c1.18-5.39,5.97-9.43,11.72-9.43Z" fill="#ff7c00"/>
<polygon points="8.58 38.04 30.58 50.11 30.58 43.06 8.58 31 8.58 38.04" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,18.93l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
</g>
<path d="m49,39c-5.52,0-10,4.48-10,10s4.48,10,10,10,10-4.48,10-10-4.48-10-10-10Z" fill="#50beff"/>
<path id="idle-s" d="m50.44,49.24v-4.48c0-.67-.55-1.22-1.22-1.22s-1.22.55-1.22,1.22v4.88s.01.04.01.05c-.01.33.1.66.35.91l4.31,3.61c.12.09.34.25.56.25.43,0,.77-.35.77-.77,0-.21-.1-.39-.23-.55l-3.33-3.91Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<style>
@keyframes anim {
from {
r: 2px;
}
to {
r: 6px;
}
to {
r: 8px;
}
}
.circle {
animation-name: anim;
animation-duration: 1.2s;
animation-iteration-count: infinite;
}
</style>
<g>
<path d="m30.67,6.82l21.91,12.02v7l-21.91-12.02v-7Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m52.58,18.84l-22,12.06v7.05l22-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m8.58,18.84l22,12.06v7.05l-22-12.06v-7.05Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,6.78l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
<path d="m52.58,37.54v-6.55l-21.91-12.02v7l20.46,11.22c.5.09.99.2,1.46.35Z" fill="rgba(255, 124, 0, .75)"/>
<path d="m49,37c1.25,0,2.45.19,3.58.54v-6.55l-22,12.06v7.05l6.7-3.68c1.18-5.39,5.97-9.43,11.72-9.43Z" fill="#ff7c00"/>
<polygon points="8.58 38.04 30.58 50.11 30.58 43.06 8.58 31 8.58 38.04" fill="rgba(255, 124, 0, .75)"/>
<path d="m30.67,18.93l-22.08,12.06v7.05l22.08-12.06v-7.05Z" fill="#ff7c00"/>
</g>
<circle class="circle" cx="16" cy="16" r="8" fill="#D3FF00" style="transform: translate(33px, 33px)" />
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path d="M30.67 6.81999L52.58 18.84V25.84L30.67 13.82V6.81999Z" fill="#FF7C00" fill-opacity="0.75"/>
<path d="M52.58 18.84L30.58 30.9V37.95L52.58 25.89V18.84Z" fill="#FF7C00"/>
<path d="M8.57999 18.84L30.58 30.9V37.95L8.57999 25.89V18.84Z" fill="#FF7C00" fill-opacity="0.75"/>
<path d="M30.67 6.78L8.59 18.84V25.89L30.67 13.83V6.78Z" fill="#FF7C00"/>
<path d="M52.58 37.54V30.99L30.67 18.97V25.97L51.13 37.19C51.63 37.28 52.12 37.39 52.59 37.54H52.58Z" fill="#FF7C00" fill-opacity="0.75"/>
<path d="M49 37C50.25 37 51.45 37.19 52.58 37.54V30.99L30.58 43.05V50.1L37.28 46.42C38.46 41.03 43.25 36.99 49 36.99V37Z" fill="#FF7C00"/>
<path d="M8.57999 38.04L30.58 50.11V43.06L8.57999 31V38.04Z" fill="#FF7C00" fill-opacity="0.75"/>
<path d="M30.67 18.93L8.59 30.99V38.04L30.67 25.98V18.93Z" fill="#FF7C00"/>
<path d="M49 39C43.48 39 39 43.48 39 49C39 54.52 43.48 59 49 59C54.52 59 59 54.52 59 49C59 43.48 54.52 39 49 39Z" fill="#50BEFF"/>
<rect x="45" y="45" width="8" height="8" rx="1" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m49,37c1.12,0,2.2.16,3.22.45l5.54-14.2v-.03c.2-.6-.42-1.15-.99-.83h-.01l-15.71,8.3,4.57,6.8c1.07-.31,2.21-.49,3.38-.49Z" fill="#7d353b"/>
<path d="m45.62,37.49l-4.57-6.8-8.22-12.25c-.4-.59-1.28-.59-1.66,0l-8.22,12.25,9.05,4.78,8.9,4.7c1.33-1.23,2.94-2.16,4.73-2.68Z" fill="#bd4043"/>
<path d="m40.89,40.17l-8.9-4.7h0s-9.05-4.78-9.05-4.78l-15.71-8.3s-.04-.01-.06-.01c-.57-.27-1.16.3-.95.87l8,20.41h0s.02.04.02.06c.33.76,1.05,1.23,1.83,1.42.07.01.11.03.19.04.08.02.19.04.28.05.02,0,.03,0,.05,0h.01s.02,0,.03,0h.02s.02,0,.03,0h.02s.02,0,.03,0c6.86.75,13.76.98,20.64.71.59-2.26,1.82-4.25,3.49-5.78Z" fill="#ff4b4b"/>
</g>
<g>
<path d="m49,39c-5.52,0-10,4.48-10,10s4.48,10,10,10,10-4.48,10-10-4.48-10-10-10Z" fill="#21b553"/>
<path d="m52.42,48.23l-4.06-3.38c-.65-.54-1.64-.08-1.64.77v6.76c0,.85.99,1.31,1.64.77l4.06-3.38c.48-.4.48-1.14,0-1.54Z" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 968 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m49,37c1.12,0,2.2.16,3.22.45l5.54-14.2v-.03c.2-.6-.42-1.15-.99-.83h-.01l-15.71,8.3,4.57,6.8c1.07-.31,2.21-.49,3.38-.49Z" fill="#7d353b"/>
<path d="m45.62,37.49l-4.57-6.8-8.22-12.25c-.4-.59-1.28-.59-1.66,0l-8.22,12.25,9.05,4.78,8.9,4.7c1.33-1.23,2.94-2.16,4.73-2.68Z" fill="#bd4043"/>
<path d="m40.89,40.17l-8.9-4.7h0s-9.05-4.78-9.05-4.78l-15.71-8.3s-.04-.01-.06-.01c-.57-.27-1.16.3-.95.87l8,20.41h0s.02.04.02.06c.33.76,1.05,1.23,1.83,1.42.07.01.11.03.19.04.08.02.19.04.28.05.02,0,.03,0,.05,0h.01s.02,0,.03,0h.02s.02,0,.03,0h.02s.02,0,.03,0c6.86.75,13.76.98,20.64.71.59-2.26,1.82-4.25,3.49-5.78Z" fill="#ff4b4b"/>
</g>
<path d="m49,39c-5.52,0-10,4.48-10,10s4.48,10,10,10,10-4.48,10-10-4.48-10-10-10Z" fill="#50beff"/>
<path id="idle-s" d="m50.44,49.24v-4.48c0-.67-.55-1.22-1.22-1.22s-1.22.55-1.22,1.22v4.88s.01.04.01.05c-.01.33.1.66.35.91l4.31,3.61c.12.09.34.25.56.25.43,0,.77-.35.77-.77,0-.21-.1-.39-.23-.55l-3.33-3.91Z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m49,37c1.12,0,2.2.16,3.22.45l5.54-14.2v-.03c.2-.6-.42-1.15-.99-.83h-.01l-15.71,8.3,4.57,6.8c1.07-.31,2.21-.49,3.38-.49Z" fill="#7d353b"/>
<path d="m45.62,37.49l-4.57-6.8-8.22-12.25c-.4-.59-1.28-.59-1.66,0l-8.22,12.25,9.05,4.78,8.9,4.7c1.33-1.23,2.94-2.16,4.73-2.68Z" fill="#bd4043"/>
<path d="m40.89,40.17l-8.9-4.7h0s-9.05-4.78-9.05-4.78l-15.71-8.3s-.04-.01-.06-.01c-.57-.27-1.16.3-.95.87l8,20.41h0s.02.04.02.06c.33.76,1.05,1.23,1.83,1.42.07.01.11.03.19.04.08.02.19.04.28.05.02,0,.03,0,.05,0h.01s.02,0,.03,0h.02s.02,0,.03,0h.02s.02,0,.03,0c6.86.75,13.76.98,20.64.71.59-2.26,1.82-4.25,3.49-5.78Z" fill="#ff4b4b"/>
</g>
<circle class="circle" cx="16" cy="16" r="8" fill="#D3FF00" style="transform: translate(33px, 33px)" />
</svg>

After

Width:  |  Height:  |  Size: 820 B

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<g>
<path d="m49,37c1.12,0,2.2.16,3.22.45l5.54-14.2v-.03c.2-.6-.42-1.15-.99-.83h-.01l-15.71,8.3,4.57,6.8c1.07-.31,2.21-.49,3.38-.49Z" fill="#7d353b"/>
<path d="m45.62,37.49l-4.57-6.8-8.22-12.25c-.4-.59-1.28-.59-1.66,0l-8.22,12.25,9.05,4.78,8.9,4.7c1.33-1.23,2.94-2.16,4.73-2.68Z" fill="#bd4043"/>
<path d="m40.89,40.17l-8.9-4.7h0s-9.05-4.78-9.05-4.78l-15.71-8.3s-.04-.01-.06-.01c-.57-.27-1.16.3-.95.87l8,20.41h0s.02.04.02.06c.33.76,1.05,1.23,1.83,1.42.07.01.11.03.19.04.08.02.19.04.28.05.02,0,.03,0,.05,0h.01s.02,0,.03,0h.02s.02,0,.03,0h.02s.02,0,.03,0c6.86.75,13.76.98,20.64.71.59-2.26,1.82-4.25,3.49-5.78Z" fill="#ff4b4b"/>
</g>
<path d="M49 39C43.48 39 39 43.48 39 49C39 54.52 43.48 59 49 59C54.52 59 59 54.52 59 49C59 43.48 54.52 39 49 39Z" fill="#50BEFF"/>
<rect x="45" y="45" width="8" height="8" rx="1" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 912 B