Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)")
|