sayakpaul HF staff commited on
Commit
8b2b9b5
1 Parent(s): de1fc5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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
- This is a community event where participants are creating applications based on Stable Diffusion using JAX and 🧨diffusers using v4 TPUs provided by Google Cloud.
 
 
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
- At the end of the event, demos with most likes will be evaluated by the jury for special prizes! 🎁
 
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