ajayinsac commited on
Commit
f50428b
·
verified ·
1 Parent(s): 0445f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ iface = gr.Interface(
149
  outputs=gr.HTML(label="Step-by-step normalization"),
150
  examples=[[ex] for ex in examples],
151
  cache_examples=False, # <-- avoid startup caching (which runs the fn at launch)
152
- allow_flagging="never",
153
  title="Text Normalization Pipeline",
154
  description="Enter text or select an example to see each step of the normalization process."
155
  )
 
149
  outputs=gr.HTML(label="Step-by-step normalization"),
150
  examples=[[ex] for ex in examples],
151
  cache_examples=False, # <-- avoid startup caching (which runs the fn at launch)
152
+ flagging_mode="never",
153
  title="Text Normalization Pipeline",
154
  description="Enter text or select an example to see each step of the normalization process."
155
  )