Spaces:
Sleeping
Sleeping
import streamlit as st | |
#title | |
st.title("Smart Detection System of AI-Generated Text Models") | |
#subtitle | |
st.markdown("## This is a POC repo for Smart Detection System of AI Generated Text Models project, it is a pre-trained model that detect the probablities of using any of the known LLM (chatgpt3, chatgpt4, GoogleBard, HuggingfaceChat)##") | |