0xhimzel commited on
Commit
c4e49b5
·
1 Parent(s): 3aaf597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,6 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/Hello-SimpleAI/chatgpt-detector-roberta",
4
- title="🤖 Detect AI Plagiarism",
5
- inputs=gr.inputs.Textbox(lines=5, label="Input Text")
6
- ).launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface(inputs=gr.inputs.Textbox(lines=5, label="Input Text").load("models/Hello-SimpleAI/chatgpt-detector-roberta", title="🤖 Detect AI Plagiarism").launch()