Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,18 +22,6 @@ def predict_zh(text):
|
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown("""
|
24 |
## ChatGPT Detector 🔬 (Sinlge-text version)
|
25 |
-
Visit our project on Github: [chatgpt-comparison-detection project](https://github.com/Hello-SimpleAI/chatgpt-comparison-detection)<br>
|
26 |
-
欢迎在 Github 上关注我们的 [ChatGPT 对比与检测项目](https://github.com/Hello-SimpleAI/chatgpt-comparison-detection)
|
27 |
-
|
28 |
-
We provide three kinds of detectors, all in Bilingual / 我们提供了三个版本的检测器,且都支持中英文:
|
29 |
-
- [**QA version / 问答版**](https://huggingface.co/spaces/Hello-SimpleAI/chatgpt-detector-qa)<br>
|
30 |
-
detect whether an **answer** is generated by ChatGPT for certain **question**, using PLM-based classifiers / 判断某个**问题的回答**是否由ChatGPT生成,使用基于PTM的分类器来开发;
|
31 |
-
- [Sinlge-text version / 独立文本版 (👈 Current / 当前使用)](https://huggingface.co/spaces/Hello-SimpleAI/chatgpt-detector-single)<br>
|
32 |
-
detect whether a piece of text is ChatGPT generated, using PLM-based classifiers / 判断**单条文本**是否由ChatGPT生成,使用基于PTM的分类器来开发;
|
33 |
-
- [Linguistic version / 语言学版](https://huggingface.co/spaces/Hello-SimpleAI/chatgpt-detector-ling)<br>
|
34 |
-
detect whether a piece of text is ChatGPT generated, using linguistic features / 判断**单条文本**是否由ChatGPT生成,使用基于语言学特征的模型来开发;
|
35 |
-
|
36 |
-
|
37 |
""")
|
38 |
with gr.Tab("English"):
|
39 |
gr.Markdown("""
|
|
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown("""
|
24 |
## ChatGPT Detector 🔬 (Sinlge-text version)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
""")
|
26 |
with gr.Tab("English"):
|
27 |
gr.Markdown("""
|