PirateXX commited on
Commit
b6bdfa9
·
1 Parent(s): 3c94ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def upload_file():
80
 
81
 
82
  demo = gr.Interface(
83
- fn=[findRealProb, upload_file],
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(),