gregH commited on
Commit
c725ac9
·
1 Parent(s): 17665cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).'\033[31;1mDownload checkpoint here\033[0m'\n\nSee https://arxiv.org/abs/2307.03838 for details.\n\nProject Page: https://radar.vizhub.ai/"
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 for details.\n\nProject Page: https://radar.vizhub.ai/\n\nCheckpoint and model card: https://huggingface.co/TrustSafeAI/RADAR-Vicuna-7B"
44
 
45
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
46
  description=description)