alvarobartt HF staff commited on
Commit
95f1c55
1 Parent(s): 0547938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -66,7 +66,12 @@ css = """
66
 
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
- gr.Markdown("# FLUX.1 Ghibli Studio LoRA")
 
 
 
 
 
70
 
71
  with gr.Row():
72
  prompt = gr.Text(
@@ -142,7 +147,7 @@ with gr.Blocks(css=css) as demo:
142
  run_on_click=True,
143
  )
144
 
145
- gr.Markdown("### Disclaimer\nFree of use, but both the dataset that FLUX has been fine-tuned on, as well as the FLUX.1-dev model are licensed under a non-commercial license.")
146
 
147
  gr.on(
148
  triggers=[run_button.click, prompt.submit],
 
66
 
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
+ gr.Markdown("# FLUX.1 Studio Ghibli LoRA")
70
+ gr.Markdown(
71
+ "LoRA fine-tune of [FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)"
72
+ " with [alvarobartt/ghibli-characters](https://huggingface.co/datasets/alvarobartt/ghibli-characters).\n"
73
+ "License is non-commercial for both FLUX.1-dev and the Studio Ghibli dataset."
74
+ )
75
 
76
  with gr.Row():
77
  prompt = gr.Text(
 
147
  run_on_click=True,
148
  )
149
 
150
+ gr.Markdown("### Disclaimer\nFree to use but under a non-commercial license.")
151
 
152
  gr.on(
153
  triggers=[run_button.click, prompt.submit],