Spaces:
Build error
Build error
lifeng
commited on
Commit
·
00bb3aa
1
Parent(s):
8bb9c95
修改标题
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ single_examples = [
|
|
| 76 |
|
| 77 |
# Create the Gradio Blocks interface
|
| 78 |
with gr.Blocks() as demo:
|
| 79 |
-
gr.Markdown("# Ghibli Studio Control Image Generation
|
| 80 |
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.")
|
| 81 |
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.)")
|
| 82 |
|
|
|
|
| 76 |
|
| 77 |
# Create the Gradio Blocks interface
|
| 78 |
with gr.Blocks() as demo:
|
| 79 |
+
gr.Markdown("# Ghibli Studio Control Image Generation")
|
| 80 |
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.")
|
| 81 |
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.)")
|
| 82 |
|