Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -389,7 +389,7 @@ def replay_diffusion(frames, replay_speed):
|
|
| 389 |
time.sleep(delay)
|
| 390 |
|
| 391 |
# Define the Gradio UI
|
| 392 |
-
with gr.Blocks(theme=gr.themes.
|
| 393 |
gr.Markdown(
|
| 394 |
"""
|
| 395 |
# The Annotated Discrete Diffusion Models
|
|
|
|
| 389 |
time.sleep(delay)
|
| 390 |
|
| 391 |
# Define the Gradio UI
|
| 392 |
+
with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
| 393 |
gr.Markdown(
|
| 394 |
"""
|
| 395 |
# The Annotated Discrete Diffusion Models
|