Spaces:
Runtime error
Runtime error
Commit
·
8506797
1
Parent(s):
a22ad31
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ h1 {
|
|
90 |
}
|
91 |
"""
|
92 |
|
93 |
-
block = gr.Blocks(css=css)
|
94 |
|
95 |
options = ['SD1.4', 'SD1.5', 'SD2.1']
|
96 |
|
@@ -107,7 +107,7 @@ with block:
|
|
107 |
placeholder="Enter your prompt",
|
108 |
container=False,
|
109 |
)
|
110 |
-
|
111 |
|
112 |
with gr.Row():
|
113 |
with gr.Column(min_width=256) as c1:
|
@@ -124,7 +124,7 @@ with block:
|
|
124 |
placeholder="Enter your prompt",
|
125 |
container=False,
|
126 |
)
|
127 |
-
|
128 |
|
129 |
with gr.Row():
|
130 |
with gr.Column(min_width=256) as c2:
|
|
|
90 |
}
|
91 |
"""
|
92 |
|
93 |
+
block = gr.Blocks(css='style.css')
|
94 |
|
95 |
options = ['SD1.4', 'SD1.5', 'SD2.1']
|
96 |
|
|
|
107 |
placeholder="Enter your prompt",
|
108 |
container=False,
|
109 |
)
|
110 |
+
btn = gr.Button("Generate image", scale=0)
|
111 |
|
112 |
with gr.Row():
|
113 |
with gr.Column(min_width=256) as c1:
|
|
|
124 |
placeholder="Enter your prompt",
|
125 |
container=False,
|
126 |
)
|
127 |
+
btn = gr.Button("Generate image", scale=0)
|
128 |
|
129 |
with gr.Row():
|
130 |
with gr.Column(min_width=256) as c2:
|