Spaces:
Runtime error
Runtime error
charliebaby2023
commited on
Commit
•
b5aa7da
1
Parent(s):
fe15392
Update app.py
Browse files
app.py
CHANGED
@@ -44,15 +44,15 @@ def gen_fn(model_str, prompt):
|
|
44 |
|
45 |
def make_me():
|
46 |
with gr.Tab('The Dream'):
|
47 |
-
txt_input = gr.Textbox(label='Your prompt:', lines=
|
48 |
-
gen_button = gr.Button('Generate
|
49 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
50 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
51 |
gr.HTML("""
|
52 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
53 |
<div>
|
54 |
<body>
|
55 |
-
<div class="center"><p style="margin-bottom: 10px; color: #
|
56 |
</div>
|
57 |
</body>
|
58 |
</div>
|
|
|
44 |
|
45 |
def make_me():
|
46 |
with gr.Tab('The Dream'):
|
47 |
+
txt_input = gr.Textbox(label='Your prompt:', lines=2, value=kii)
|
48 |
+
gen_button = gr.Button('Generate images ')
|
49 |
stop_button = gr.Button('Stop', variant='secondary', interactive=False)
|
50 |
gen_button.click(lambda s: gr.update(interactive=True), None, stop_button)
|
51 |
gr.HTML("""
|
52 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
53 |
<div>
|
54 |
<body>
|
55 |
+
<div class="center"><p style="margin-bottom: 10px; color: #ffffff;">Scroll down to see more images and select models.</p>
|
56 |
</div>
|
57 |
</body>
|
58 |
</div>
|