jer233 commited on
Commit
a3067c4
·
verified ·
1 Parent(s): f1d4cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ import gradio as gr
9
  def run_test(input_text):
10
  if not input_text:
11
  return [("Please enter text to analyze.")]
12
- result = relative_tester.test(input_text.strip())
 
13
  if "Human" in result:
14
  return [("Human")]
15
  elif "AI" in result:
 
9
  def run_test(input_text):
10
  if not input_text:
11
  return [("Please enter text to analyze.")]
12
+ result = AI
13
+ # relative_tester.test(input_text.strip())
14
  if "Human" in result:
15
  return [("Human")]
16
  elif "AI" in result: