Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0xhimzel
/
Detect-AI-Plagiarism
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e8d317a
Detect-AI-Plagiarism
/
app.py
0xhimzel
Update app.py
e8d317a
over 2 years ago
raw
Copy download link
history
blame
153 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/Hello-SimpleAI/chatgpt-detector-roberta"
, title=
"π€ Detect AI Plagiarism"
,
input
=
"hello world"
).launch()