PirateXX commited on
Commit
0f33f2c
·
1 Parent(s): ca045dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)