jer233 commited on
Commit
538aa00
·
verified ·
1 Parent(s): 90827dd

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +4 -1
demo.py CHANGED
@@ -13,7 +13,7 @@ css = """
13
  with gr.Blocks(css=css) as app:
14
  with gr.Row():
15
  gr.HTML('<div id="header">Human or AI Text Detector</div>')
16
- with gr.Row():
17
  gr.Markdown(
18
  """
19
  [Paper](https://openreview.net/forum?id=z9j7wctoGV) | [Code](https://github.com/xLearn-AU/R-Detect) | [Contact](mailto:1730421718@qq.com)
@@ -34,6 +34,9 @@ with gr.Blocks(css=css) as app:
34
  "t5-small",
35
  "roberta-base",
36
  "roberta-base-openai-detector",
 
 
 
37
  "falcon-rw-1b",
38
  ],
39
  label="Select Model",
 
13
  with gr.Blocks(css=css) as app:
14
  with gr.Row():
15
  gr.HTML('<div id="header">Human or AI Text Detector</div>')
16
+ with gr.Column():
17
  gr.Markdown(
18
  """
19
  [Paper](https://openreview.net/forum?id=z9j7wctoGV) | [Code](https://github.com/xLearn-AU/R-Detect) | [Contact](mailto:1730421718@qq.com)
 
34
  "t5-small",
35
  "roberta-base",
36
  "roberta-base-openai-detector",
37
+ "chatgpt-detector-roberta",
38
+ "gpt3-small-finetune-cnndaily-news",
39
+ "gpt-neo-125m",
40
  "falcon-rw-1b",
41
  ],
42
  label="Select Model",