Spaces:
Runtime error
Runtime error
isThisYouLLM
commited on
Commit
•
86b720b
1
Parent(s):
6e6b39c
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def main():
|
|
130 |
|
131 |
model.load_state_dict(torch.load(checkpoint,map_location='cpu'))
|
132 |
model = model.eval()
|
133 |
-
st.title("Human-AI stylometer -
|
134 |
text = st.text_area("insert your code here")
|
135 |
button = st.button("send")
|
136 |
if button or text:
|
|
|
130 |
|
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:
|