Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ The steps are the following:
|
|
| 17 |
demo = gr.Interface(
|
| 18 |
title="Convert any Stable Diffusion XL checkpoint to Diffusers and open a PR",
|
| 19 |
description=DESCRIPTION,
|
| 20 |
-
|
| 21 |
article="Check out the [Diffusers repo on GitHub](https://github.com/huggingface/diffusers)",
|
| 22 |
inputs=[
|
| 23 |
gr.Text(max_lines=1, label="your_hf_token"),
|
|
|
|
| 17 |
demo = gr.Interface(
|
| 18 |
title="Convert any Stable Diffusion XL checkpoint to Diffusers and open a PR",
|
| 19 |
description=DESCRIPTION,
|
| 20 |
+
flagging_mode="never",
|
| 21 |
article="Check out the [Diffusers repo on GitHub](https://github.com/huggingface/diffusers)",
|
| 22 |
inputs=[
|
| 23 |
gr.Text(max_lines=1, label="your_hf_token"),
|