File size: 1,442 Bytes
17bfa78
 
cce3967
 
 
791df8b
17bfa78
 
84b0301
20f3629
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: README
emoji: ❤️
colorFrom: red
colorTo: red
sdk: static
pinned: false
---

<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
    <div class="lg:col-span-3">
        <p class="mb-4">
            Welcome to the Keras Working Group 🤗❤️  Please join us on keras-working-group channel on <a
                href="https://hf.co/join/discord" style="text-decoration: underline;">Discord</a
            > 👾! <br />
    </div>
    <a href="https://keras.io/" class="block overflow-hidden group">
        <div
            class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
        >
            <img alt="" src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-filter.png" class="w-40" />
        </div>
        <div class="underline">Keras.io</div>
    </a>
    <a
        href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
        class="block overflow-hidden group"
    >
        <div
            class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
        >
            <img
                alt=""
                src="https://huggingface.co/spaces/keras-io/README/resolve/main/push_to_hub.png"
                class="w-full h-40 object-cover overflow-hidden"
            />
        </div>
    </div>
</div>