charliebaby2023
commited on
Commit
•
657e6cc
1
Parent(s):
132d5bb
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,8 @@ def make_me():
|
|
46 |
# with gr.Tab('The Dream'):
|
47 |
with gr.Row():
|
48 |
txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
49 |
-
|
|
|
50 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
51 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
52 |
#gr.HTML("""
|
|
|
46 |
# with gr.Tab('The Dream'):
|
47 |
with gr.Row():
|
48 |
txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
49 |
+
with gr.Row():
|
50 |
+
gen_button = gr.Button('Generate images', max_width=250)
|
51 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
52 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
53 |
#gr.HTML("""
|