Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def predict(request: gr.Request, *args, progress=gr.Progress(track_tqdm=True)):
|
|
47 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
48 |
|
49 |
title = "Demo for consistent-character cog image by fofr"
|
50 |
-
description = "
|
51 |
|
52 |
css="""
|
53 |
#col-container{
|
@@ -59,7 +59,7 @@ css="""
|
|
59 |
with gr.Blocks(css=css) as app:
|
60 |
with gr.Column(elem_id="col-container"):
|
61 |
gr.HTML(f"""
|
62 |
-
<h2 style="text-align: center;"
|
63 |
<p style="text-align: center;">{description}</p>
|
64 |
""")
|
65 |
|
|
|
47 |
raise gr.Error(f"The submission failed! Error: {response.status_code}")
|
48 |
|
49 |
title = "Demo for consistent-character cog image by fofr"
|
50 |
+
description = "얼굴 유지 + 프롬프트로 이미지 생성"
|
51 |
|
52 |
css="""
|
53 |
#col-container{
|
|
|
59 |
with gr.Blocks(css=css) as app:
|
60 |
with gr.Column(elem_id="col-container"):
|
61 |
gr.HTML(f"""
|
62 |
+
<h2 style="text-align: center;">캐릭터 이미지/h2>
|
63 |
<p style="text-align: center;">{description}</p>
|
64 |
""")
|
65 |
|