Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ Constitution_inputs = [
|
|
40 |
"We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defense, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America."
|
41 |
]
|
42 |
title = "RADAR: Robust AI-text Detection via Adversarial leanRning"
|
43 |
-
description = "An AI-written text detector based on the roberta-large model (fine-tuned with Vicuna-7B).\n\nPaper: https://arxiv.org/abs/2307.03838\n\nProject Page: https://radar.vizhub.ai/\n\nCheckpoint and model card: https://huggingface.co/TrustSafeAI/RADAR-Vicuna-7B\n\nGithub Codebase: https://github.com/
|
44 |
|
45 |
intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
|
46 |
description=description)
|
|
|
40 |
"We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defense, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America."
|
41 |
]
|
42 |
title = "RADAR: Robust AI-text Detection via Adversarial leanRning"
|
43 |
+
description = "An AI-written text detector based on the roberta-large model (fine-tuned with Vicuna-7B).\n\nPaper: https://arxiv.org/abs/2307.03838\n\nProject Page: https://radar.vizhub.ai/\n\nCheckpoint and model card: https://huggingface.co/TrustSafeAI/RADAR-Vicuna-7B\n\nGithub Codebase: https://github.com/IBM/RADAR"
|
44 |
|
45 |
intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
|
46 |
description=description)
|