ysharma HF staff commited on
Commit
e2468cc
1 Parent(s): 4860fd0

update desc

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -74,13 +74,12 @@ block = gr.Blocks()
74
 
75
  with block:
76
  gr.Markdown(
77
- """# The DreamBooth Hackathon Leaderboard
78
 
79
- Welcome to the leaderboard for the DreamBooth Hackathon! This is a community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject (e.g. your pet or favourite dish) into the output domain of the model such that it can be synthesized with a _unique identifier_ in the prompt.
80
-
81
- This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below. We'll be **giving out prizes to the top 3 most liked models per theme**, and you're encouraged to submit as many models as you want!
82
-
83
- For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).
84
  """
85
  )
86
  with gr.Row():
 
74
 
75
  with block:
76
  gr.Markdown(
77
+ """# Gradio-powered leaderboard for the DreamBooth Hackathon
78
 
79
+ Welcome to this Gradio-powered leaderboard! Select a theme and one of the dreambooth models trained by hacakthon-participants, and key in your prompt as shown (eg., a photo of Shiba dog in a jungle)
80
+ <br>If you like a model demo, click on the model name in the table below and UPVOTE the model on Huggingface hub<br><br>
81
+ DreamBooth Hackathon - is an ongoing community event where particpants **personalise a Stable Diffusion model** by fine-tuning it with a powerful technique called [_DreamBooth_](https://arxiv.org/abs/2208.12242). This technique allows one to implant a subject into the output domain of the model such that it can be synthesized with a _unique identifier_ (eg., shiba dog) in the prompt.
82
+ This competition is composed of 5 _themes_ - Animals, Science, Food, Lanscapes, and Wildcards. For details on how to participate, check out the hackathon's guide [here](https://github.com/huggingface/diffusion-models-class/blob/main/hackathon/README.md).
 
83
  """
84
  )
85
  with gr.Row():