Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict_en(text):
|
|
15 |
|
16 |
with gr.Blocks() as demo:
|
17 |
gr.Markdown("""
|
18 |
-
# π€ 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 |
+
# π€ Detect AI Plagiarism with 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 π"):
|