Spaces:
Running on Zero
Running on Zero
update app
Browse files
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="
|
| 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 |
-
|
| 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()
|