Commit
·
46e57d1
1
Parent(s):
33d3c76
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
162 |
invert_colors=True,
|
163 |
shape=(1024, 1024),
|
164 |
brush_radius=4,
|
165 |
-
height=
|
166 |
)
|
167 |
prompt = gr.Textbox(label="Prompt")
|
168 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
@@ -210,7 +210,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
210 |
)
|
211 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
212 |
with gr.Column():
|
213 |
-
result = gr.Image(label="Result", height=
|
214 |
|
215 |
inputs = [
|
216 |
image,
|
|
|
162 |
invert_colors=True,
|
163 |
shape=(1024, 1024),
|
164 |
brush_radius=4,
|
165 |
+
height=400,
|
166 |
)
|
167 |
prompt = gr.Textbox(label="Prompt")
|
168 |
style = gr.Dropdown(label="Style", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
|
|
210 |
)
|
211 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
212 |
with gr.Column():
|
213 |
+
result = gr.Image(label="Result", height=400)
|
214 |
|
215 |
inputs = [
|
216 |
image,
|