Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,7 @@ from utils.t2i import t2i_gen
|
|
3 |
|
4 |
with gr.Blocks(
|
5 |
title="🪄 LayerDiffuse - Flux version ☔",
|
6 |
-
theme=
|
7 |
-
font = [gr.themes.GoogleFont("Teachers"), "Arial", "sans-serif"],
|
8 |
-
)
|
9 |
) as demo:
|
10 |
prompt = gr.Text(
|
11 |
label="Prompt",
|
|
|
3 |
|
4 |
with gr.Blocks(
|
5 |
title="🪄 LayerDiffuse - Flux version ☔",
|
6 |
+
theme="CultriX/gradio-theme"
|
|
|
|
|
7 |
) as demo:
|
8 |
prompt = gr.Text(
|
9 |
label="Prompt",
|