Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,6 @@ if __name__ == "__main__":
|
|
96 |
],
|
97 |
outputs=gr.Textbox(label="识别结果 Recognition result", show_copy_button=True),
|
98 |
examples=samples,
|
99 |
-
|
100 |
cache_examples=False,
|
101 |
).launch()
|
|
|
96 |
],
|
97 |
outputs=gr.Textbox(label="识别结果 Recognition result", show_copy_button=True),
|
98 |
examples=samples,
|
99 |
+
flagging_mode="never",
|
100 |
cache_examples=False,
|
101 |
).launch()
|