seawolf2357 commited on
Commit
449478a
ยท
verified ยท
1 Parent(s): d99e0f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -15
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>Research Purpose Model (์—ฐ๊ตฌ ๋ชฉ์  ๋ชจ๋ธ)</strong><br>
578
- This model is trained on specific person's facial features and appearance using LoRA technology for research purposes.<br>
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
  # ===== ๋ฉ”์ธ ์ž…๋ ฅ =====