Spaces:
Runtime error
Runtime error
Commit
·
ca9e81a
1
Parent(s):
e709e3b
Update app.py
Browse files
app.py
CHANGED
@@ -323,12 +323,12 @@ with gr.Blocks(css="style.css") as demo:
|
|
323 |
gr_picked_lora = gr.State()
|
324 |
spooky_concept = gr.State()
|
325 |
with gr.Row():
|
326 |
-
input_image = gr.Image(label="Input Image", interactive=True, source="webcam",
|
327 |
with gr.Column(elem_classes="output_column") as output_column:
|
328 |
with gr.Row(visible=False) as loaded_lora:
|
329 |
lora_image = gr.Image(interactive=False, height=128, width=128, elem_id="lora_image", show_label=False, show_download_button=False)
|
330 |
lora_desc = gr.Markdown()
|
331 |
-
sega_edited_image = gr.Image(label=f"LEDITS Edited Image", interactive=False, elem_id="output_image", height=
|
332 |
with gr.Column(visible=False) as buttons_area:
|
333 |
with gr.Row(elem_id="buttons_area"):
|
334 |
#print_button = gr.HTML('<button onclick="window.print()" class="lg secondary svelte-cmf5ev" id="print" style="width: 100%;margin-bottom:0">Save PDF/Print 🖨️</button>')
|
|
|
323 |
gr_picked_lora = gr.State()
|
324 |
spooky_concept = gr.State()
|
325 |
with gr.Row():
|
326 |
+
input_image = gr.Image(label="Input Image", interactive=True, source="webcam", width=405, elem_id="input_image")
|
327 |
with gr.Column(elem_classes="output_column") as output_column:
|
328 |
with gr.Row(visible=False) as loaded_lora:
|
329 |
lora_image = gr.Image(interactive=False, height=128, width=128, elem_id="lora_image", show_label=False, show_download_button=False)
|
330 |
lora_desc = gr.Markdown()
|
331 |
+
sega_edited_image = gr.Image(label=f"LEDITS Edited Image", interactive=False, elem_id="output_image", height=405)
|
332 |
with gr.Column(visible=False) as buttons_area:
|
333 |
with gr.Row(elem_id="buttons_area"):
|
334 |
#print_button = gr.HTML('<button onclick="window.print()" class="lg secondary svelte-cmf5ev" id="print" style="width: 100%;margin-bottom:0">Save PDF/Print 🖨️</button>')
|