Spaces:
Sleeping
Sleeping
PseudoTerminal X
commited on
Commit
•
17fea22
1
Parent(s):
38d6f1a
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,6 @@ iface = gr.Interface(
|
|
48 |
],
|
49 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
50 |
examples=example_prompts,
|
51 |
-
title="SD3
|
52 |
-
description="
|
53 |
).launch()
|
|
|
48 |
],
|
49 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
50 |
examples=example_prompts,
|
51 |
+
title="SD3 Reality Mix",
|
52 |
+
description="SD3 Reality Mix is an attempt to finetune SD3 Medium 2B on photo-concept-bucket, a 576k photo set of images."
|
53 |
).launch()
|