jaifar530 commited on
Commit
03d9d99
·
unverified ·
1 Parent(s): c4442ff

Added demo app

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ #title
4
+ st.title("Smart Detection System of AI-Generated Text Models")
5
+
6
+ #subtitle
7
+ 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)##")
8
+