0xhimzel's picture
Update app.py
b0e63d4
raw
history blame
187 Bytes
import gradio as gr
gr.Interface(inputs=gr.inputs.Textbox(lines=5, label="Input Text")).load("models/Hello-SimpleAI/chatgpt-detector-roberta", title="πŸ€– Detect AI Plagiarism").launch()