gregH commited on
Commit
92adcfb
1 Parent(s): 7d5395d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ Human_texts = [
36
  "The Bush administration then turned its attention to Iraq, and argued the need to remove Saddam Hussein from power in Iraq had become urgent. Among the stated reasons were that Saddam's regime had tried to acquire nuclear material and had not properly accounted for biological and chemical material it was known to have previously possessed, and believed to still maintain. Both the possession of these weapons of mass destruction (WMD), and the failure to account for them, would violate the U.N. sanctions. The assertion about WMD was hotly advanced by the Bush administration from the beginning, but other major powers including China, France, Germany, and Russia remained unconvinced that Iraq was a threat and refused to allow passage of a UN Security Council resolution to authorize the use of force. Iraq permitted UN weapon inspectors in November 2002, who were continuing their work to assess the WMD claim when the Bush administration decided to proceed with war without UN authorization and told the inspectors to leave the"
37
  ]
38
  title = "RADAR: Robust AI-text Detection via Adversarial leanRning"
39
- description = "This model is a text-detector for AI-text generated by Vicuna-7B. It is fine-tuned using adversarial training starting from the pretrain version of roberta-large."
40
 
41
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
42
  description=description)
 
36
  "The Bush administration then turned its attention to Iraq, and argued the need to remove Saddam Hussein from power in Iraq had become urgent. Among the stated reasons were that Saddam's regime had tried to acquire nuclear material and had not properly accounted for biological and chemical material it was known to have previously possessed, and believed to still maintain. Both the possession of these weapons of mass destruction (WMD), and the failure to account for them, would violate the U.N. sanctions. The assertion about WMD was hotly advanced by the Bush administration from the beginning, but other major powers including China, France, Germany, and Russia remained unconvinced that Iraq was a threat and refused to allow passage of a UN Security Council resolution to authorize the use of force. Iraq permitted UN weapon inspectors in November 2002, who were continuing their work to assess the WMD claim when the Bush administration decided to proceed with war without UN authorization and told the inspectors to leave the"
37
  ]
38
  title = "RADAR: Robust AI-text Detection via Adversarial leanRning"
39
+ description = "An AI-written text detector based on the roberta-large model (fine-tuned with Vicuna-7B). See <arxiv_link> for details."
40
 
41
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
42
  description=description)