Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,6 @@ demo = gr.Interface(
|
|
58 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
59 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
60 |
outputs=gr.outputs.JSON(),
|
61 |
-
interpretation="default"
|
62 |
-
|
63 |
demo.launch(show_api=False)
|
|
|
58 |
inputs=gr.Textbox(placeholder="Copy and paste here..."),
|
59 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
60 |
outputs=gr.outputs.JSON(),
|
61 |
+
interpretation="default"
|
62 |
+
)
|
63 |
demo.launch(show_api=False)
|