update desc
Browse files
app.py
CHANGED
@@ -74,13 +74,12 @@ block = gr.Blocks()
|
|
74 |
|
75 |
with block:
|
76 |
gr.Markdown(
|
77 |
-
"""#
|
78 |
|
79 |
-
Welcome to
|
80 |
-
|
81 |
-
|
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():
|