Spaces:
Sleeping
Sleeping
File size: 346 Bytes
03d9d99 |
1 2 3 4 5 6 7 8 9 |
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)##")
|