Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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 |
)
|