Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
0xhimzel
/
Detect-AI-Plagiarism
like
7
Runtime error
App
Files
Files
Community
b0d6e82
Detect-AI-Plagiarism
/
app.py
0xhimzel
Update app.py
f2e0115
almost 2 years ago
raw
Copy download link
history
blame
132 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Hello-SimpleAI/chatgpt-detector-roberta"
, title=
"π€ Detect AI Plagiarism"
).launch()