Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ description = "<h3>Official π€ Gradio demo for Trajectory Consistency Distilla
|
|
52 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/' target='_blank'>Trajectory Consistency Distillation</a> | <a href='https://github.com/jabir-zheng/TCD' target='_blank'>Github Repo</a></p>"
|
53 |
|
54 |
|
55 |
-
default_prompt = "
|
56 |
examples = [
|
57 |
[
|
58 |
"Beautiful woman, bubblegum pink, lemon yellow, minty blue, futuristic, high-detail, epic composition, watercolor.",
|
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
|
|
84 |
label='Inference steps',
|
85 |
minimum=4,
|
86 |
maximum=16,
|
87 |
-
value=
|
88 |
step=1,
|
89 |
)
|
90 |
|
|
|
52 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/' target='_blank'>Trajectory Consistency Distillation</a> | <a href='https://github.com/jabir-zheng/TCD' target='_blank'>Github Repo</a></p>"
|
53 |
|
54 |
|
55 |
+
default_prompt = " "
|
56 |
examples = [
|
57 |
[
|
58 |
"Beautiful woman, bubblegum pink, lemon yellow, minty blue, futuristic, high-detail, epic composition, watercolor.",
|
|
|
84 |
label='Inference steps',
|
85 |
minimum=4,
|
86 |
maximum=16,
|
87 |
+
value=8,
|
88 |
step=1,
|
89 |
)
|
90 |
|