Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,6 @@ demo = gr.Interface(
|
|
83 |
inputs=gr.File(),
|
84 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
85 |
outputs=gr.outputs.JSON(),
|
86 |
-
interpretation="default",
|
87 |
|
88 |
demo.launch(show_api=False)
|
|
|
83 |
inputs=gr.File(),
|
84 |
article = "Visit <a href = \"https://ai-content-detector.online/\">AI Content Detector</a> for better user experience!",
|
85 |
outputs=gr.outputs.JSON(),
|
86 |
+
interpretation="default",)
|
87 |
|
88 |
demo.launch(show_api=False)
|