isThisYouLLM commited on
Commit
1974630
·
verified ·
1 Parent(s): 86b720b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -131,6 +131,8 @@ def main():
131
  model.load_state_dict(torch.load(checkpoint,map_location='cpu'))
132
  model = model.eval()
133
  st.title("Human-AI stylometer - Multilingual")
 
 
134
  text = st.text_area("insert your code here")
135
  button = st.button("send")
136
  if button or text:
 
131
  model.load_state_dict(torch.load(checkpoint,map_location='cpu'))
132
  model = model.eval()
133
  st.title("Human-AI stylometer - Multilingual")
134
+ st.caption("Is This You, LLM? Recognizing AI-written
135
+ Programs with Multilingual Code Stylometry")
136
  text = st.text_area("insert your code here")
137
  button = st.button("send")
138
  if button or text: