Spaces:
Runtime error
Runtime error
Commit
·
e9baf2d
1
Parent(s):
d14d673
lower number of default variations
Browse files- gradio_app.py +4 -4
gradio_app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
83 |
label='Number of variations (used only for automatic proxy-words)',
|
84 |
minimum=2,
|
85 |
maximum=30,
|
86 |
-
value=
|
87 |
step=1
|
88 |
)
|
89 |
start_prompt_range = gr.Slider(
|
@@ -128,7 +128,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
128 |
"hamster eating watermelon on the beach",
|
129 |
"watermelon",
|
130 |
"",
|
131 |
-
|
132 |
6,
|
133 |
16,
|
134 |
"",
|
@@ -140,7 +140,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
140 |
"A decorated lamp in the livingroom",
|
141 |
"lamp",
|
142 |
"",
|
143 |
-
|
144 |
4,
|
145 |
14,
|
146 |
"livingroom",
|
@@ -152,7 +152,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
152 |
"a snake in the field eats an apple",
|
153 |
"snake",
|
154 |
"",
|
155 |
-
|
156 |
7,
|
157 |
17,
|
158 |
"apple",
|
|
|
83 |
label='Number of variations (used only for automatic proxy-words)',
|
84 |
minimum=2,
|
85 |
maximum=30,
|
86 |
+
value=5,
|
87 |
step=1
|
88 |
)
|
89 |
start_prompt_range = gr.Slider(
|
|
|
128 |
"hamster eating watermelon on the beach",
|
129 |
"watermelon",
|
130 |
"",
|
131 |
+
5,
|
132 |
6,
|
133 |
16,
|
134 |
"",
|
|
|
140 |
"A decorated lamp in the livingroom",
|
141 |
"lamp",
|
142 |
"",
|
143 |
+
5,
|
144 |
4,
|
145 |
14,
|
146 |
"livingroom",
|
|
|
152 |
"a snake in the field eats an apple",
|
153 |
"snake",
|
154 |
"",
|
155 |
+
5,
|
156 |
7,
|
157 |
17,
|
158 |
"apple",
|