Update apps/gradio_app/gui_components.py
Browse files
apps/gradio_app/gui_components.py
CHANGED
|
@@ -29,7 +29,7 @@ def create_gui(model_configs, device):
|
|
| 29 |
examples_lora = get_examples("apps/gradio_app/assets/examples/Ghibli-Stable-Diffusion-2.1-LoRA", use_lora=True)
|
| 30 |
|
| 31 |
with gr.Blocks(css=custom_css, theme="ocean") as demo:
|
| 32 |
-
gr.Markdown("# Ghibli Stable Diffusion Synthesis")
|
| 33 |
gr.HTML(intro_1)
|
| 34 |
gr.Markdown(intro_2)
|
| 35 |
with gr.Tabs():
|
|
|
|
| 29 |
examples_lora = get_examples("apps/gradio_app/assets/examples/Ghibli-Stable-Diffusion-2.1-LoRA", use_lora=True)
|
| 30 |
|
| 31 |
with gr.Blocks(css=custom_css, theme="ocean") as demo:
|
| 32 |
+
gr.Markdown("# Ghibli Stable Diffusion Synthesis 🎨")
|
| 33 |
gr.HTML(intro_1)
|
| 34 |
gr.Markdown(intro_2)
|
| 35 |
with gr.Tabs():
|