Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,7 @@ def infer(prompt, ip_adapter_image, ip_adapter_scale=0.5, negative_prompt="", se
|
|
87 |
return image, seed
|
88 |
|
89 |
examples = [
|
90 |
-
["춤을
|
91 |
-
["여왕", "king.png", 0.4],
|
92 |
["강아지", "minta.jpeg", 0.4],
|
93 |
["환하게 웃어라", "trump.png", 0.5],
|
94 |
["올빼미", "forest.png", 0.5],
|
@@ -111,7 +110,7 @@ css="""
|
|
111 |
with gr.Blocks(css=css) as demo:
|
112 |
with gr.Column(elem_id="col-container"):
|
113 |
gr.Markdown(f"""
|
114 |
-
# 한글로 이미지 변형 및 생성 서비스
|
115 |
""")
|
116 |
|
117 |
with gr.Row():
|
|
|
87 |
return image, seed
|
88 |
|
89 |
examples = [
|
90 |
+
["춤을 추어라", "woman.png", 0.4],
|
|
|
91 |
["강아지", "minta.jpeg", 0.4],
|
92 |
["환하게 웃어라", "trump.png", 0.5],
|
93 |
["올빼미", "forest.png", 0.5],
|
|
|
110 |
with gr.Blocks(css=css) as demo:
|
111 |
with gr.Column(elem_id="col-container"):
|
112 |
gr.Markdown(f"""
|
113 |
+
# 한글로 이미지 변형 및 생성 서비스 @ https://discord.gg/openfreeai
|
114 |
""")
|
115 |
|
116 |
with gr.Row():
|