gregH commited on
Commit
d582a83
·
1 Parent(s): b0b76ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ description = "An AI-written text detector based on the roberta-large model (fin
41
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
42
  description=description)
43
  with gr.Interface(fn=detect, inputs=image, outputs=label, title=title, description=description) as intf:
 
44
  with gr.Tab("AI-text examples"):
45
  gr.Examples(AI_texts, inputs=image, outputs=label)
46
  with gr.Tab("Human-text examples"):
 
41
  intf = gr.Interface(fn=detect, inputs=image, outputs=label, title=title,
42
  description=description)
43
  with gr.Interface(fn=detect, inputs=image, outputs=label, title=title, description=description) as intf:
44
+ gr.Markdown("Disclaimer: The detector is not perfect. It may lead to incorrect detections (see examples below).")
45
  with gr.Tab("AI-text examples"):
46
  gr.Examples(AI_texts, inputs=image, outputs=label)
47
  with gr.Tab("Human-text examples"):