yuchuantian commited on
Commit
5ffac5a
·
1 Parent(s): 8d3cbb6

refine readme

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -45,16 +45,23 @@ with gr.Blocks() as demo:
45
  gr.Markdown("""
46
  ## AIGC Detector 大模型AI文本检测器
47
 
 
48
  3/25/2025: Our AIGC Detector demo is available! 🔥🔥🔥
49
 
50
  This app is a demo of our AIGC Detector. If you are interested in our project, please keep tuned at our [GitHub](https://github.com/YuchuanTian/AIGC_text_detector) !
51
- 本app是我们AIGC检测器工作] 的一个展示。如果您对我们的工作感兴趣,欢迎在[Github主页](https://github.com/YuchuanTian/AIGC_text_detector)上持续关注我们的工作!
 
 
 
52
 
53
  The loaded weights are as follows 加载的权重如下:
 
54
  English: en v2
 
55
  Chinese: zh v2 (one of the best Chinese AI detectors)
56
 
57
  Acknowledgement 致谢
 
58
  We sincerely thank [Hello-SimpleAI](https://huggingface.co/spaces/Hello-SimpleAI/chatgpt-detector-single) for their code.
59
 
60
  """)
 
45
  gr.Markdown("""
46
  ## AIGC Detector 大模型AI文本检测器
47
 
48
+ **News**
49
  3/25/2025: Our AIGC Detector demo is available! 🔥🔥🔥
50
 
51
  This app is a demo of our AIGC Detector. If you are interested in our project, please keep tuned at our [GitHub](https://github.com/YuchuanTian/AIGC_text_detector) !
52
+
53
+ 本app是我们AIGC检测器工作的DEMO。如果您对我们的工作感兴趣,欢迎在[Github主页](https://github.com/YuchuanTian/AIGC_text_detector)上持续关注我们的工作!
54
+
55
+ [Paper Link 论文链接](https://arxiv.org/abs/2305.18149)
56
 
57
  The loaded weights are as follows 加载的权重如下:
58
+
59
  English: en v2
60
+
61
  Chinese: zh v2 (one of the best Chinese AI detectors)
62
 
63
  Acknowledgement 致谢
64
+
65
  We sincerely thank [Hello-SimpleAI](https://huggingface.co/spaces/Hello-SimpleAI/chatgpt-detector-single) for their code.
66
 
67
  """)