Reality123b commited on
Commit
6419ef5
·
verified ·
1 Parent(s): 72d52a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -753,7 +753,7 @@ iface = gr.Interface(
753
  ],
754
  theme="default", # gr.themes.Base() is more explicit, but "default" also works
755
  css=custom_css,
756
- allow_flagging=False,
757
  analytics_enabled=False,
758
  )
759
 
 
753
  ],
754
  theme="default", # gr.themes.Base() is more explicit, but "default" also works
755
  css=custom_css,
756
+ flagging_mode='never',
757
  analytics_enabled=False,
758
  )
759