Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ Trained on [MULTITuDE](https://aclanthology.org/2023.emnlp-main.616/) (news arti
|
|
35 |
""")
|
36 |
gr.Markdown("""
|
37 |
**Disclaimer: The detector is based on AI transformer model and is NOT 100% accurate! Usage is intended for research purpose only, as an indicator. Do not use it for direct decision making!**""")
|
38 |
-
gr.Markdown("""To generate
|
39 |
t1 = gr.Textbox(lines=10, label='Text',value="Put your text (in any language) in here to try out our multilingual machine-generated text detector.")
|
40 |
button1 = gr.Button("Run detection")
|
41 |
label1 = gr.Textbox(lines=1, label='Result')
|
|
|
35 |
""")
|
36 |
gr.Markdown("""
|
37 |
**Disclaimer: The detector is based on AI transformer model and is NOT 100% accurate! Usage is intended for research purpose only, as an indicator. Do not use it for direct decision making!**""")
|
38 |
+
gr.Markdown("""To generate exemplar text by a large language model, you can use [HuggingFace Chat](https://huggingface.co/chat/).""")
|
39 |
t1 = gr.Textbox(lines=10, label='Text',value="Put your text (in any language) in here to try out our multilingual machine-generated text detector.")
|
40 |
button1 = gr.Button("Run detection")
|
41 |
label1 = gr.Textbox(lines=1, label='Result')
|