Spaces:
Running
Running
Update title and link (safetensors -> diffusers)
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ The steps are the following:
|
|
16 |
"""
|
17 |
|
18 |
demo = gr.Interface(
|
19 |
-
title="Convert any
|
20 |
description=DESCRIPTION,
|
21 |
allow_flagging="never",
|
22 |
-
article="Check out the [
|
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"),
|