Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def upload_file():
|
|
80 |
|
81 |
|
82 |
demo = gr.Interface(
|
83 |
-
fn=
|
84 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
85 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
86 |
outputs=gr.outputs.JSON(),
|
|
|
80 |
|
81 |
|
82 |
demo = gr.Interface(
|
83 |
+
fn=findRealProb,
|
84 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
85 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
86 |
outputs=gr.outputs.JSON(),
|