ohayonguy
commited on
Commit
·
04d6358
1
Parent(s):
d118353
improved interface
Browse files
app.py
CHANGED
@@ -274,9 +274,10 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
274 |
|
275 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
276 |
aligned = gr.Checkbox(label="The input is an aligned face image.", value=False)
|
277 |
-
|
278 |
-
|
279 |
-
|
|
|
280 |
|
281 |
with gr.Column(scale=1):
|
282 |
gallery = gr.Gallery(
|
|
|
274 |
|
275 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
276 |
aligned = gr.Checkbox(label="The input is an aligned face image.", value=False)
|
277 |
+
with gr.Column(scale=1):
|
278 |
+
run_button = gr.Button(value="Submit", variant="primary")
|
279 |
+
with gr.Column(scale=1):
|
280 |
+
clear_button = gr.ClearButton(value="Clear")
|
281 |
|
282 |
with gr.Column(scale=1):
|
283 |
gallery = gr.Gallery(
|