prithivMLmods commited on
Commit
520de31
·
verified ·
1 Parent(s): a9b71c7

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -687,7 +687,7 @@ css = '''
687
  #lighting-3d-control { min-height: 450px; }
688
  .slider-row { display: flex; gap: 10px; align-items: center; }
689
  '''
690
- with gr.Blocks(css=css, theme="allenai/gradio-theme") as demo:
691
  gr.Markdown("""
692
  # 🎬 Qwen Image Edit 2511 — 3D Lighting Control
693
 
@@ -769,7 +769,7 @@ with gr.Blocks(css=css, theme="allenai/gradio-theme") as demo:
769
  """Update the 3D component with the uploaded image."""
770
  if image is None:
771
  return gr.update(imageUrl=None)
772
- # Convert PIL image to base64 data URL
773
  import base64
774
  from io import BytesIO
775
  buffered = BytesIO()
 
687
  #lighting-3d-control { min-height: 450px; }
688
  .slider-row { display: flex; gap: 10px; align-items: center; }
689
  '''
690
+ with gr.Blocks(css=css, theme="gradio/monochrome") as demo:
691
  gr.Markdown("""
692
  # 🎬 Qwen Image Edit 2511 — 3D Lighting Control
693
 
 
769
  """Update the 3D component with the uploaded image."""
770
  if image is None:
771
  return gr.update(imageUrl=None)
772
+
773
  import base64
774
  from io import BytesIO
775
  buffered = BytesIO()