Spaces:
Runtime error
Runtime error
Fix
Browse files
app.ipynb
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
-
"execution_count":
|
68 |
"id": "7579bfc6-ddf6-444d-ab7e-505734d86e4d",
|
69 |
"metadata": {},
|
70 |
"outputs": [
|
@@ -72,7 +72,7 @@
|
|
72 |
"name": "stdout",
|
73 |
"output_type": "stream",
|
74 |
"text": [
|
75 |
-
"Running on local URL: http://127.0.0.1:
|
76 |
"\n",
|
77 |
"To create a public link, set `share=True` in `launch()`.\n"
|
78 |
]
|
@@ -80,7 +80,7 @@
|
|
80 |
{
|
81 |
"data": {
|
82 |
"text/html": [
|
83 |
-
"<div><iframe src=\"http://127.0.0.1:
|
84 |
],
|
85 |
"text/plain": [
|
86 |
"<IPython.core.display.HTML object>"
|
@@ -93,7 +93,7 @@
|
|
93 |
"data": {
|
94 |
"text/plain": []
|
95 |
},
|
96 |
-
"execution_count":
|
97 |
"metadata": {},
|
98 |
"output_type": "execute_result"
|
99 |
}
|
@@ -106,7 +106,13 @@
|
|
106 |
" gr.Markdown(\n",
|
107 |
" \"\"\"# The DreamBooth Hackathon Leaderboard\n",
|
108 |
" \n",
|
109 |
-
" Welcome to the leaderboard for the DreamBooth Hackathon! \n",
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
" \"\"\"\n",
|
111 |
" )\n",
|
112 |
" with gr.Tabs():\n",
|
@@ -195,7 +201,7 @@
|
|
195 |
},
|
196 |
{
|
197 |
"cell_type": "code",
|
198 |
-
"execution_count":
|
199 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
200 |
"metadata": {},
|
201 |
"outputs": [],
|
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
+
"execution_count": 115,
|
68 |
"id": "7579bfc6-ddf6-444d-ab7e-505734d86e4d",
|
69 |
"metadata": {},
|
70 |
"outputs": [
|
|
|
72 |
"name": "stdout",
|
73 |
"output_type": "stream",
|
74 |
"text": [
|
75 |
+
"Running on local URL: http://127.0.0.1:7892\n",
|
76 |
"\n",
|
77 |
"To create a public link, set `share=True` in `launch()`.\n"
|
78 |
]
|
|
|
80 |
{
|
81 |
"data": {
|
82 |
"text/html": [
|
83 |
+
"<div><iframe src=\"http://127.0.0.1:7892/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
|
84 |
],
|
85 |
"text/plain": [
|
86 |
"<IPython.core.display.HTML object>"
|
|
|
93 |
"data": {
|
94 |
"text/plain": []
|
95 |
},
|
96 |
+
"execution_count": 115,
|
97 |
"metadata": {},
|
98 |
"output_type": "execute_result"
|
99 |
}
|
|
|
106 |
" gr.Markdown(\n",
|
107 |
" \"\"\"# The DreamBooth Hackathon Leaderboard\n",
|
108 |
" \n",
|
109 |
+
" 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. \n",
|
110 |
+
" \n",
|
111 |
+
" This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below.\n",
|
112 |
+
"\n",
|
113 |
+
" 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!\n",
|
114 |
+
" \n",
|
115 |
+
" 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).\n",
|
116 |
" \"\"\"\n",
|
117 |
" )\n",
|
118 |
" with gr.Tabs():\n",
|
|
|
201 |
},
|
202 |
{
|
203 |
"cell_type": "code",
|
204 |
+
"execution_count": 111,
|
205 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
206 |
"metadata": {},
|
207 |
"outputs": [],
|
app.py
CHANGED
@@ -48,7 +48,13 @@ with block:
|
|
48 |
gr.Markdown(
|
49 |
"""# The DreamBooth Hackathon Leaderboard
|
50 |
|
51 |
-
Welcome to the leaderboard for the DreamBooth Hackathon!
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
"""
|
53 |
)
|
54 |
with gr.Tabs():
|
|
|
48 |
gr.Markdown(
|
49 |
"""# The DreamBooth Hackathon Leaderboard
|
50 |
|
51 |
+
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.
|
52 |
+
|
53 |
+
This competition is composed of 5 _themes_, where each theme will collect models belong to one of the categories shown in the tabs below.
|
54 |
+
|
55 |
+
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!
|
56 |
+
|
57 |
+
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).
|
58 |
"""
|
59 |
)
|
60 |
with gr.Tabs():
|