Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -338,15 +338,16 @@ h3{margin-top: 0}
|
|
338 |
.group_padding{padding: .55em}
|
339 |
#space_model .wrap > label:last-child{opacity: 0.3; pointer-events:none}
|
340 |
"""
|
|
|
|
|
341 |
with gr.Blocks(theme=theme, css=css) as demo:
|
342 |
gr.Markdown(
|
343 |
-
"""#
|
344 |
-
###
|
345 |
)
|
346 |
-
|
347 |
-
gr.LoginButton("Sign in with Hugging Face to train your LoRA on Spaces", visible=is_spaces)
|
348 |
-
with gr.Tab("Train on Spaces" if is_spaces else "Train locally"):
|
349 |
with gr.Column() as main_ui:
|
|
|
350 |
with gr.Group():
|
351 |
with gr.Row():
|
352 |
lora_name = gr.Textbox(
|
|
|
338 |
.group_padding{padding: .55em}
|
339 |
#space_model .wrap > label:last-child{opacity: 0.3; pointer-events:none}
|
340 |
"""
|
341 |
+
|
342 |
+
# LoginButton ๋ถ๋ถ ์ ๊ฑฐ
|
343 |
with gr.Blocks(theme=theme, css=css) as demo:
|
344 |
gr.Markdown(
|
345 |
+
"""# ๐ Gini LoRA ํ์ต
|
346 |
+
### ์ด๋ฏธ์ง๋ค(์ต๋ 150์ฅ ์๋)์ ์
๋ก๋ํ์ธ์. """
|
347 |
)
|
348 |
+
with gr.Tab("Train"): # "Train on Spaces" ๋์ ๋จ์ํ "Train"์ผ๋ก ๋ณ๊ฒฝ
|
|
|
|
|
349 |
with gr.Column() as main_ui:
|
350 |
+
|
351 |
with gr.Group():
|
352 |
with gr.Row():
|
353 |
lora_name = gr.Textbox(
|