coledie commited on
Commit
def370d
·
verified ·
1 Parent(s): 6400ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ demo = gr.Interface(generate_image,
27
  title="VAE running on Fashion MNIST",
28
  description=".",
29
  article="...",
30
- allow_flagging=False,
31
  )
32
  demo.launch()
 
27
  title="VAE running on Fashion MNIST",
28
  description=".",
29
  article="...",
30
+ flagging_mode='never'
31
  )
32
  demo.launch()