Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,9 @@ def process_text_file(file):
|
|
134 |
def main():
|
135 |
st.title("CheckGPT")
|
136 |
st.write("CheckGPT is an AI-powered text analysis tool that predicts the content generated by AI by evaluating the perplexity and burstiness scores of GPT model, and provides insights for investigating text authenticity.")
|
137 |
-
st.write("
|
|
|
|
|
138 |
|
139 |
# Create an empty placeholder for the uploaded files
|
140 |
uploaded_files_placeholder = st.empty()
|
|
|
134 |
def main():
|
135 |
st.title("CheckGPT")
|
136 |
st.write("CheckGPT is an AI-powered text analysis tool that predicts the content generated by AI by evaluating the perplexity and burstiness scores of GPT model, and provides insights for investigating text authenticity.")
|
137 |
+
st.write("This app is hosted on the free tier of HuggingFace Scapes, resulting in slow performance π’. Check out the GitHub repo to quickly run the app on your device and to enjoy a much faster experience! ππ")
|
138 |
+
st.write("Check out the app on GitHub <a href='https://github.com/Ank-Cha/CheckGPT' target='_blank'><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' alt='GitHub Logo' width='30' height='30'></a>", unsafe_allow_html=True)
|
139 |
+
st.write("Feel free to explore and star βοΈ the repo if you find it helpful!")
|
140 |
|
141 |
# Create an empty placeholder for the uploaded files
|
142 |
uploaded_files_placeholder = st.empty()
|