pcuenq HF staff commited on
Commit
ef14a08
1 Parent(s): 9c57b91

Update title and link (safetensors -> diffusers) (#11)

Browse files

- Update title and link (safetensors -> diffusers) (ef8fa7d27ed30d5d74d82bfb7de96f835d2c085f)

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,10 +16,10 @@ The steps are the following:
16
  """
17
 
18
  demo = gr.Interface(
19
- title="Convert any model to Safetensors and open a PR",
20
  description=DESCRIPTION,
21
  allow_flagging="never",
22
- article="Check out the [Safetensors repo on GitHub](https://github.com/huggingface/safetensors)",
23
  inputs=[
24
  gr.Text(max_lines=1, label="your_hf_token"),
25
  gr.Text(max_lines=1, label="model_id"),
 
16
  """
17
 
18
  demo = gr.Interface(
19
+ title="Convert any Stable Diffusion checkpoint to Diffusers and open a PR",
20
  description=DESCRIPTION,
21
  allow_flagging="never",
22
+ article="Check out the [Diffusers repo on GitHub](https://github.com/huggingface/diffusers)",
23
  inputs=[
24
  gr.Text(max_lines=1, label="your_hf_token"),
25
  gr.Text(max_lines=1, label="model_id"),