Spaces:
Runtime error
Runtime error
Commit
·
85dd226
1
Parent(s):
380af40
Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
314 |
sega_edited_image = gr.Image(label=f"LEDITS Edited Image", interactive=False, elem_id="output_image", height=512, width=512)
|
315 |
with gr.Column(visible=False) as buttons_area:
|
316 |
with gr.Row(elem_id="buttons_area"):
|
317 |
-
print_button = gr.HTML('<button onclick="window.print()" class="lg secondary svelte-cmf5ev" id="print" style="width: 100%;margin-bottom:0">Print 🖨️</button>')
|
318 |
run_button = gr.Button("Regenerate with the same picture 🖼️🎲", elem_id="run_again")
|
319 |
|
320 |
|
|
|
314 |
sega_edited_image = gr.Image(label=f"LEDITS Edited Image", interactive=False, elem_id="output_image", height=512, width=512)
|
315 |
with gr.Column(visible=False) as buttons_area:
|
316 |
with gr.Row(elem_id="buttons_area"):
|
317 |
+
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>')
|
318 |
run_button = gr.Button("Regenerate with the same picture 🖼️🎲", elem_id="run_again")
|
319 |
|
320 |
|