Alexcruger commited on
Commit
0c4aff5
·
1 Parent(s): 1a772db

update app commit

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -13,7 +13,7 @@ import requests
13
  import numpy as np
14
  import pandas as pd
15
  import streamlit as st
16
- from PIL import Image
17
 
18
  MIN_TEXT_LEN = 300
19
  MAX_TEXT_LEN = 32410
@@ -48,11 +48,6 @@ st.set_page_config(page_title="CheckGPT - ChatGPT and other big LM detection eng
48
  # title
49
  st.title('CheckGPT - AI-written text detect')
50
 
51
- # image cover
52
- image = Image.open(requests.get('https://e7.pngegg.com/pngimages/320/136/png-clipart-artificial-neural-network-deep'
53
- '-learning-convolutional-neural-network-neuron-machine-learning-brain-angle-text.png'
54
- '', stream=True).raw)
55
- st.image(image)
56
 
57
  # description
58
  st.write(
 
13
  import numpy as np
14
  import pandas as pd
15
  import streamlit as st
16
+
17
 
18
  MIN_TEXT_LEN = 300
19
  MAX_TEXT_LEN = 32410
 
48
  # title
49
  st.title('CheckGPT - AI-written text detect')
50
 
 
 
 
 
 
51
 
52
  # description
53
  st.write(