openfree commited on
Commit
c186777
·
verified ·
1 Parent(s): 2d3754d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ css = """
64
  }
65
  """
66
 
67
- with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
  gr.Markdown(" # TensorArt Stable Diffusion 3.5 Large TurboX")
70
  gr.Markdown("[8-step distilled turbo model](https://huggingface.co/tensorart/stable-diffusion-3.5-large-TurboX)")
 
64
  }
65
  """
66
 
67
+ with gr.Blocks(theme="apriel", css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
  gr.Markdown(" # TensorArt Stable Diffusion 3.5 Large TurboX")
70
  gr.Markdown("[8-step distilled turbo model](https://huggingface.co/tensorart/stable-diffusion-3.5-large-TurboX)")