danhtran2mind commited on
Commit
e7e5144
·
verified ·
1 Parent(s): c0e8a53

Update apps/gradio_app/gui_components.py

Browse files
Files changed (1) hide show
  1. apps/gradio_app/gui_components.py +1 -1
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():