Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,7 @@ def calculatePerplexities(text):
|
|
61 |
demo = gr.Interface(
|
62 |
fn=calculatePerplexities,
|
63 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
64 |
-
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
65 |
outputs=gr.outputs.JSON(),
|
66 |
interpretation="default",
|
67 |
-
|
68 |
demo.launch(show_api=False)
|
|
|
61 |
demo = gr.Interface(
|
62 |
fn=calculatePerplexities,
|
63 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
|
|
64 |
outputs=gr.outputs.JSON(),
|
65 |
interpretation="default",
|
66 |
+
)
|
67 |
demo.launch(show_api=False)
|