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