eienmojiki commited on
Commit
ab3ccf8
·
verified ·
1 Parent(s): 0475ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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=gr.themes.Base(
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",