azhan77168 commited on
Commit
f984297
·
verified ·
1 Parent(s): ecb9e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,8 +70,7 @@ single_examples = [
70
  # Create the Gradio Blocks interface
71
  with gr.Blocks() as demo:
72
  gr.Markdown("# Ghibli Studio Control Image Generation with EasyControl")
73
- gr.Markdown("The model is trained on **only 100 real Asian faces** paired with **GPT-4o-generated Ghibli-style counterparts**, and it preserves facial features while applying the iconic anime aesthetic.")
74
- gr.Markdown("Generate images using EasyControl with Ghibli control LoRAs.(Due to hardware constraints, only low-resolution images can be generated. For high-resolution (1024+), please set up your own environment.)")
75
 
76
  gr.Markdown("**[Attention!!]**:The recommended prompts for using Ghibli Control LoRA should include the trigger words: `Ghibli Studio style, Charming hand-drawn anime-style illustration`")
77
 
 
70
  # Create the Gradio Blocks interface
71
  with gr.Blocks() as demo:
72
  gr.Markdown("# Ghibli Studio Control Image Generation with EasyControl")
73
+ gr.Markdown("Upload an image and transform it! [Website:](http://imagetoghibli.online/)")
 
74
 
75
  gr.Markdown("**[Attention!!]**:The recommended prompts for using Ghibli Control LoRA should include the trigger words: `Ghibli Studio style, Charming hand-drawn anime-style illustration`")
76