Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ def update_step_view(state, step_idx):
|
|
| 317 |
|
| 318 |
# -------------------- GRADIO UI -------------------- #
|
| 319 |
|
| 320 |
-
with gr.Blocks(title="Diffusion Visualizer — Noise to Image"
|
| 321 |
|
| 322 |
gr.Markdown("# 🧠 Image Diffusion Visualizer (Advanced)")
|
| 323 |
gr.Markdown(
|
|
|
|
| 317 |
|
| 318 |
# -------------------- GRADIO UI -------------------- #
|
| 319 |
|
| 320 |
+
with gr.Blocks(title="Diffusion Visualizer — Noise to Image") as demo:
|
| 321 |
|
| 322 |
gr.Markdown("# 🧠 Image Diffusion Visualizer (Advanced)")
|
| 323 |
gr.Markdown(
|