ApsidalSolid4 commited on
Commit
616e4af
·
verified ·
1 Parent(s): 787f44d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -498,10 +498,6 @@ demo = gr.Interface(
498
  ],
499
  title="AI Text Detector",
500
  description="Analyze text to detect if it was written by a human or AI. Choose between quick scan and detailed sentence-level analysis.",
501
- examples=[
502
- ["This is a sample text written by a human. It contains multiple sentences with different ideas. The analysis will show how each sentence is classified.", "quick"],
503
- ["This is a sample text written by a human. It contains multiple sentences with different ideas. The analysis will show how each sentence is classified.", "detailed"],
504
- ],
505
  api_name="predict",
506
  flagging_mode="never"
507
  )
 
498
  ],
499
  title="AI Text Detector",
500
  description="Analyze text to detect if it was written by a human or AI. Choose between quick scan and detailed sentence-level analysis.",
 
 
 
 
501
  api_name="predict",
502
  flagging_mode="never"
503
  )