gregH commited on
Commit
1c46af9
1 Parent(s): 74a36d5

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).\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"
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/GregxmHu/RADAR_AI_Detection"
44
 
45
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
46
  description=description)