pragnakalp commited on
Commit
1db68f0
1 Parent(s): 905b493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,6 +199,6 @@ demo = gr.Interface(
199
  description="Try OCR with different methods",
200
  theme="darkpeach",
201
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
202
- allow_flagging = auto
203
  )
204
  demo.launch(enable_queue = False)
 
199
  description="Try OCR with different methods",
200
  theme="darkpeach",
201
  css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
202
+ allow_flagging = 'auto'
203
  )
204
  demo.launch(enable_queue = False)