Update app.py
#1
by
sayakpaul
HF staff
- opened
app.py
CHANGED
@@ -55,10 +55,14 @@ with block:
|
|
55 |
"""# JAX Diffusers Event Leaderboard
|
56 |
|
57 |
Welcome to the leaderboard for the JAX Diffusers Event 💗🏆
|
58 |
-
|
|
|
|
|
59 |
To attend the event, simply follow the instructions in [this guide](https://github.com/huggingface/community-events/tree/main/jax-controlnet-sprint).
|
|
|
60 |
To submit your Space and add it to the leaderboard, simply add `jax-diffusers-event` under tags section in your Space's README.
|
61 |
-
|
|
|
62 |
"""
|
63 |
)
|
64 |
|
|
|
55 |
"""# JAX Diffusers Event Leaderboard
|
56 |
|
57 |
Welcome to the leaderboard for the JAX Diffusers Event 💗🏆
|
58 |
+
|
59 |
+
This is a community event where participants are creating applications based on Stable Diffusion using 🧨 diffusers and JAX with (v4) TPUs generously provided for free by Google Cloud.
|
60 |
+
|
61 |
To attend the event, simply follow the instructions in [this guide](https://github.com/huggingface/community-events/tree/main/jax-controlnet-sprint).
|
62 |
+
|
63 |
To submit your Space and add it to the leaderboard, simply add `jax-diffusers-event` under tags section in your Space's README.
|
64 |
+
|
65 |
+
At the end of the event, the demos with the most likes will be evaluated by the jury for special prizes! 🎁
|
66 |
"""
|
67 |
)
|
68 |
|