Spaces:
Runtime error
Runtime error
jaifar530
commited on
Added demo app
Browse files
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 |
+
|