Spaces:
Runtime error
Runtime error
Update layout
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# AUTOGENERATED! DO NOT EDIT! File to edit: app.ipynb.
|
| 2 |
|
| 3 |
-
# %% auto 0
|
| 4 |
__all__ = ['block', 'make_clickable_model', 'make_clickable_user', 'get_submissions']
|
| 5 |
|
| 6 |
# %% app.ipynb 0
|
|
@@ -76,7 +76,7 @@ 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).
|
|
|
|
| 1 |
# AUTOGENERATED! DO NOT EDIT! File to edit: app.ipynb.
|
| 2 |
|
| 3 |
+
# %% auto 0
|
| 4 |
__all__ = ['block', 'make_clickable_model', 'make_clickable_user', 'get_submissions']
|
| 5 |
|
| 6 |
# %% app.ipynb 0
|
|
|
|
| 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). Note that, the image generation might take long (around 400 seconds) as it will have to load the respective model pipeline into memory.
|
| 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).
|