pragnakalp commited on
Commit
cb6a0f5
1 Parent(s): f10f992

Update app.py

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