Spaces:
Running
Running
Update app.py
Browse files
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 =
|
|
|
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:
|