pragnakalp commited on
Commit
24abe0b
1 Parent(s): 11231f5

add allow flagging

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -179,7 +179,8 @@ demo = gr.Interface(
179
  title="Optical Character Recognition",
180
  description="Try OCR with different methods",
181
  theme="darkpeach",
182
- css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}"
 
183
  )
184
 
185
  demo.launch(enable_queue = False)
 
179
  title="Optical Character Recognition",
180
  description="Try OCR with different methods",
181
  theme="darkpeach",
182
+ css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}",
183
+ allow_flagging = 'manual'
184
  )
185
 
186
  demo.launch(enable_queue = False)