Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|
|
|
|
|
|