Spaces:
Runtime error
Runtime error
fix textbox
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ def gen_and_mutate(user_prompt, mutate=False):
|
|
223 |
return im, mut_im
|
224 |
|
225 |
checkbox = gr.inputs.Checkbox(label='Mutate')
|
226 |
-
textbox = gr.inputs.Textbox(placeholder='
|
227 |
|
228 |
generated = gr.outputs.Image(label='Generated Layout')
|
229 |
mutated = gr.outputs.Image(label='Mutated Layout')
|
|
|
223 |
return im, mut_im
|
224 |
|
225 |
checkbox = gr.inputs.Checkbox(label='Mutate')
|
226 |
+
textbox = gr.inputs.Textbox(placeholder='house with two bedrooms and one bathroom', lines="4", label="DESCRIBE YOUR DESIGN")
|
227 |
|
228 |
generated = gr.outputs.Image(label='Generated Layout')
|
229 |
mutated = gr.outputs.Image(label='Mutated Layout')
|