lukestanley commited on
Commit
db708d2
·
1 Parent(s): 171111d

Update allow_flagging option in Gradio interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ demo = gr.Interface(
98
  cache_examples=True,
99
  description=description,
100
  title="ChillTranslator",
101
- allow_flagging=False,
102
  )
103
 
104
  demo.launch(max_threads=1, share=True)
 
98
  cache_examples=True,
99
  description=description,
100
  title="ChillTranslator",
101
+ allow_flagging="never",
102
  )
103
 
104
  demo.launch(max_threads=1, share=True)