openfree commited on
Commit
8528922
ยท
verified ยท
1 Parent(s): a9043b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
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
- """# LoRA Ease for FLUX ๐Ÿงžโ€โ™‚๏ธ
344
- ### Train a high quality FLUX LoRA in a breeze เผ„ using [Ostris' AI Toolkit](https://github.com/ostris/ai-toolkit) and [AutoTrain Advanced](https://github.com/huggingface/autotrain-advanced)"""
345
  )
346
- if is_spaces:
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(