charliebaby2023
commited on
Commit
•
730e2da
1
Parent(s):
e367d1b
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ def make_me():
|
|
49 |
txt_input = gr.Textbox(lines=2, value=kii, width=300)
|
50 |
#txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
51 |
|
52 |
-
gen_button = gr.Button('Generate images', width=150)
|
53 |
-
stop_button = gr.Button('Stop', variant='secondary', interactive=False, width=150)
|
54 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
55 |
#gr.HTML("""
|
56 |
# <div style="text-align: center; max-width: 100%; margin: 0 auto;">
|
|
|
49 |
txt_input = gr.Textbox(lines=2, value=kii, width=300)
|
50 |
#txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
51 |
|
52 |
+
gen_button = gr.Button('Generate images', width=150, height=30)
|
53 |
+
stop_button = gr.Button('Stop', variant='secondary', interactive=False, width=150, height=30)
|
54 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
55 |
#gr.HTML("""
|
56 |
# <div style="text-align: center; max-width: 100%; margin: 0 auto;">
|