Workpam commited on
Commit
ac8524b
·
verified ·
1 Parent(s): d78f366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -544,8 +544,12 @@ gr.HTML("""
544
  </div>
545
  </div>
546
  """)
 
 
 
547
 
548
- with gr.Row():
 
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():