openfree commited on
Commit
aada850
·
verified ·
1 Parent(s): 2224fc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -349,9 +349,13 @@ with gr.Blocks(theme=theme, css=css) as demo:
349
  placeholder="uncommon word like p3rs0n or trtcrd, or sentence like 'in the style of CNSTLL'",
350
  interactive=True,
351
  )
352
- which_model = gr.Radio(["[schnell] (4 step fast model)", "[dev] (high quality model, non-commercial license - available when training locally)"], label="Which base model to train?", elem_id="space_model" if is_spaces else "local_model", value="[schnell] (4 step fast model)",)
353
- model_warning = gr.Markdown("""> [dev] model license is non-commercial. By choosing to fine-tune [dev], you must agree with [its license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md) and make sure the LoRA you will train and the training process you would start does not violate it.
354
- """, visible=False)
 
 
 
 
355
  with gr.Group(visible=True) as image_upload:
356
  with gr.Row():
357
  images = gr.File(
 
349
  placeholder="uncommon word like p3rs0n or trtcrd, or sentence like 'in the style of CNSTLL'",
350
  interactive=True,
351
  )
352
+
353
+ which_model = gr.Radio(
354
+ ["[dev] (high quality model)"],
355
+ label="Base model",
356
+ value="[dev] (high quality model)"
357
+ )
358
+
359
  with gr.Group(visible=True) as image_upload:
360
  with gr.Row():
361
  images = gr.File(