Update app.py
Browse files
app.py
CHANGED
@@ -568,24 +568,11 @@ select, .gr-dropdown {
|
|
568 |
# ===== Gradio UI =====
|
569 |
def create_interface():
|
570 |
with gr.Blocks(css=custom_css, analytics_enabled=False) as demo:
|
571 |
-
gr.HTML('<div class="title">Mr. KIM in KOREA</div>')
|
572 |
-
gr.HTML('<div class="collection-link"><a href="https://huggingface.co/collections/openfree/painting-art-ai-681453484ec15ef5978bbeb1" target="_blank">Visit the LoRA Model Collection (LoRA ๋ชจ๋ธ ์ปฌ๋ ์
๋ฐฉ๋ฌธ)</a></div>')
|
573 |
-
|
574 |
with gr.Group(elem_classes="model-description"):
|
575 |
gr.HTML("""
|
576 |
<p>
|
577 |
-
<strong>
|
578 |
-
|
579 |
-
<small style="opacity: 0.8;">๋ณธ ๋ชจ๋ธ์ ์ฐ๊ตฌ ๋ชฉ์ ์ผ๋ก ํน์ ์ธ์ ์ผ๊ตด๊ณผ ์ธ๋ชจ๋ฅผ LoRA ๊ธฐ์ ๋ก ํ์ตํ ๋ชจ๋ธ์
๋๋ค.</small><br><br>
|
580 |
-
|
581 |
-
<strong>Usage Guidelines (์ฌ์ฉ ๊ฐ์ด๋๋ผ์ธ)</strong><br>
|
582 |
-
Please ensure appropriate use and avoid unauthorized usage beyond research purposes.<br>
|
583 |
-
<small style="opacity: 0.8;">๋ชฉ์ ์ธ์ ์ฉ๋๋ก ๋ฌด๋จ ์ฌ์ฉํ์ง ์๋๋ก ์ ์ํด ์ฃผ์ธ์.</small><br><br>
|
584 |
-
|
585 |
-
<strong>Optimal Results (์ต์ ๊ฒฐ๊ณผ๋ฅผ ์ํ ํ)</strong><br>
|
586 |
-
For best results, make sure to include 'kim' in your example prompts.<br>
|
587 |
-
<small style="opacity: 0.8;">์ต์ ์ ๊ฒฐ๊ณผ๋ฅผ ์ป๊ธฐ ์ํด ์์ ํ๋กฌํํธ ์ฌ์ฉ ์ ๋ฐ๋์ 'kim'์ ํฌํจํ์ฌ ์ฃผ์ธ์.</small>
|
588 |
-
</p>
|
589 |
""")
|
590 |
|
591 |
# ===== ๋ฉ์ธ ์
๋ ฅ =====
|
|
|
568 |
# ===== Gradio UI =====
|
569 |
def create_interface():
|
570 |
with gr.Blocks(css=custom_css, analytics_enabled=False) as demo:
|
|
|
|
|
|
|
571 |
with gr.Group(elem_classes="model-description"):
|
572 |
gr.HTML("""
|
573 |
<p>
|
574 |
+
<strong>Mr. KIM in KOREA</strong><br>
|
575 |
+
<small style="opacity: 0.8;">๋ณธ ๋ชจ๋ธ์ ์ฐ๊ตฌ ๋ชฉ์ ์ผ๋ก ํน์ ์ธ์ ์ผ๊ตด๊ณผ ์ธ๋ชจ๋ฅผ LoRA ๊ธฐ์ ๋ก ํ์ตํ ๋ชจ๋ธ์
๋๋ค.๋ชฉ์ ์ธ์ ์ฉ๋๋ก ๋ฌด๋จ ์ฌ์ฉํ์ง ์๋๋ก ์ ์ํด ์ฃผ์ธ์.์ต์ ์ ๊ฒฐ๊ณผ๋ฅผ ์ป๊ธฐ ์ํด ์์ ํ๋กฌํํธ ์ฌ์ฉ ์ ๋ฐ๋์ 'kim'์ ํฌํจํ์ฌ ์ฃผ์ธ์.</small><br><br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
""")
|
577 |
|
578 |
# ===== ๋ฉ์ธ ์
๋ ฅ =====
|