Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,11 +69,7 @@ single_examples = [
|
|
69 |
|
70 |
# Create the Gradio Blocks interface
|
71 |
with gr.Blocks() as demo:
|
72 |
-
gr.Markdown("#
|
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 |
|
78 |
with gr.Tab("Ghibli Condition Generation"):
|
79 |
with gr.Row():
|
@@ -94,7 +90,7 @@ with gr.Blocks() as demo:
|
|
94 |
inputs=[prompt, spatial_img, height, width, seed, control_type],
|
95 |
outputs=single_output_image,
|
96 |
fn=single_condition_generate_image,
|
97 |
-
cache_examples=False,
|
98 |
label="Single Condition Examples"
|
99 |
)
|
100 |
|
|
|
69 |
|
70 |
# Create the Gradio Blocks interface
|
71 |
with gr.Blocks() as demo:
|
72 |
+
gr.Markdown("# Beyond ChatGPT Ghibli Images")
|
|
|
|
|
|
|
|
|
73 |
|
74 |
with gr.Tab("Ghibli Condition Generation"):
|
75 |
with gr.Row():
|
|
|
90 |
inputs=[prompt, spatial_img, height, width, seed, control_type],
|
91 |
outputs=single_output_image,
|
92 |
fn=single_condition_generate_image,
|
93 |
+
cache_examples=False,
|
94 |
label="Single Condition Examples"
|
95 |
)
|
96 |
|