silveroxides commited on
Commit
a4f9e64
·
verified ·
1 Parent(s): 4131497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- allow_flagging="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"),
 
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"),