Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
gr.Markdown(
|
56 |
"This graphical interface is using the official [aclpubcheck tool](https://github.com/acl-org/aclpubcheck). Check the [Github repo for more information.](https://github.com/teelinsan/aclpubcheck-gui)")
|
57 |
gr.Markdown(
|
58 |
-
"If you prefer you can also duplicate this Space to run it privately. [](https://huggingface.co/spaces/teelinsan/aclpubcheck?duplicate=true)")
|
59 |
|
60 |
button.click(upload_file, [file_output, dropdown], out)
|
61 |
|
|
|
55 |
gr.Markdown(
|
56 |
"This graphical interface is using the official [aclpubcheck tool](https://github.com/acl-org/aclpubcheck). Check the [Github repo for more information.](https://github.com/teelinsan/aclpubcheck-gui)")
|
57 |
gr.Markdown(
|
58 |
+
"No data is collected. If you prefer you can also duplicate this Space to run it privately. [](https://huggingface.co/spaces/teelinsan/aclpubcheck?duplicate=true)")
|
59 |
|
60 |
button.click(upload_file, [file_output, dropdown], out)
|
61 |
|