Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ h3 {
|
|
487 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
488 |
gr.Markdown(
|
489 |
"""# ๐ Gini LoRA ํ์ต
|
490 |
-
###
|
491 |
)
|
492 |
|
493 |
with gr.Tab("Train"):
|
@@ -581,7 +581,7 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
|
|
581 |
output_components.append(sample_1)
|
582 |
output_components.append(sample_2)
|
583 |
output_components.append(sample_3)
|
584 |
-
start = gr.Button("
|
585 |
progress_area = gr.Markdown("")
|
586 |
|
587 |
|
|
|
487 |
with gr.Blocks(theme=custom_theme, css=css) as demo:
|
488 |
gr.Markdown(
|
489 |
"""# ๐ Gini LoRA ํ์ต
|
490 |
+
### 1) LoRA ์ด๋ฆ์ ์์ด๋ก '์
๋ ฅ' 2) ํธ๋ฆฌ๊ฑฐ ๋จ์ด๋ฅผ ์์ด๋ก '์
๋ ฅ' 3) ๊ธฐ๋ณธ ๋ชจ๋ธ 'ํด๋ฆญ' 4) ์ด๋ฏธ์ง(์ต์ 2์ฅ ~ ์ต๋ 150์ฅ ๋ฏธ๋ง) '์
๋ก๋' 5) ๋น์ ์ธ์ LLM ๋ผ๋ฒจ๋ง 'ํด๋ฆญ' 6) START ํด๋ฆญ"""
|
491 |
)
|
492 |
|
493 |
with gr.Tab("Train"):
|
|
|
581 |
output_components.append(sample_1)
|
582 |
output_components.append(sample_2)
|
583 |
output_components.append(sample_3)
|
584 |
+
start = gr.Button("START ํด๋ฆญ('์ฝ 25~30๋ถ ํ ํ์ต์ด ์ข
๋ฃ๋๊ณ ์๋ฃ ๋ฉ์์ง๊ฐ ์ถ๋ ฅ๋ฉ๋๋ค.)'", visible=False)
|
585 |
progress_area = gr.Markdown("")
|
586 |
|
587 |
|