Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -544,8 +544,12 @@ gr.HTML("""
|
|
544 |
</div>
|
545 |
</div>
|
546 |
""")
|
|
|
|
|
|
|
547 |
|
548 |
-
|
|
|
549 |
gr.Markdown("<h1>🖼️ Image Processor</h1>")
|
550 |
|
551 |
with gr.Row():
|
|
|
544 |
</div>
|
545 |
</div>
|
546 |
""")
|
547 |
+
with gr.Blocks(css=css) as demo:
|
548 |
+
image_data_state = gr.State([])
|
549 |
+
temp_dir_state = gr.State(None)
|
550 |
|
551 |
+
gr.HTML(lamp_html)
|
552 |
+
with gr.Row():
|
553 |
gr.Markdown("<h1>🖼️ Image Processor</h1>")
|
554 |
|
555 |
with gr.Row():
|