0xhimzel commited on
Commit
0822223
Β·
1 Parent(s): 3a54032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict_en(text):
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown("""
18
- # πŸ€– Start detecting AI Plagiarism
19
  Paste in the text you want to check and get a holistic score for how much of the document is written by AI. We recommend that educators take these results as one of many pieces in their assessment of student work. This model is based on Hello Simple's paper [arxiv: 2301.07597](https://arxiv.org/abs/2301.07597) and Github project [Hello-SimpleAI/chatgpt-comparison-detection](https://github.com/Hello-SimpleAI/chatgpt-comparison-detection).
20
  """)
21
  with gr.Tab("Try it out πŸ‘‡"):
 
15
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown("""
18
+ # πŸ€– AI Plagiarism Checker by Jurnee
19
  Paste in the text you want to check and get a holistic score for how much of the document is written by AI. We recommend that educators take these results as one of many pieces in their assessment of student work. This model is based on Hello Simple's paper [arxiv: 2301.07597](https://arxiv.org/abs/2301.07597) and Github project [Hello-SimpleAI/chatgpt-comparison-detection](https://github.com/Hello-SimpleAI/chatgpt-comparison-detection).
20
  """)
21
  with gr.Tab("Try it out πŸ‘‡"):