Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def gen_fn(model_str, prompt):
|
|
85 |
|
86 |
def make_me():
|
87 |
with gr.Row():
|
88 |
-
txt_input = gr.Textbox(
|
89 |
gen_button = gr.Button('Generate images')
|
90 |
# stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
91 |
|
|
|
85 |
|
86 |
def make_me():
|
87 |
with gr.Row():
|
88 |
+
txt_input = gr.Textbox(lines=2, value=kii, label=None)
|
89 |
gen_button = gr.Button('Generate images')
|
90 |
# stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
91 |
|