Spaces:
Sleeping
Sleeping
OliverH123
commited on
Commit
·
d64a88c
1
Parent(s):
f3caf9e
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ img = Image.open('Layonardo.png')
|
|
11 |
st.image(img)
|
12 |
|
13 |
|
14 |
-
st.header("Layonardo AI-
|
15 |
st.write("Rudymentary implementation of an image classification, that can differentiate ai-generated from human-generated visual content.")
|
16 |
st.write("NOTE: Only trained on LEXICA Stable Diffusion images, images generated by other models may not be classified correctly.")
|
17 |
upload= st.file_uploader('Insert image for detection:', type=['png','jpg'])
|
|
|
11 |
st.image(img)
|
12 |
|
13 |
|
14 |
+
st.header("Layonardo AI-CLASSIFIER")
|
15 |
st.write("Rudymentary implementation of an image classification, that can differentiate ai-generated from human-generated visual content.")
|
16 |
st.write("NOTE: Only trained on LEXICA Stable Diffusion images, images generated by other models may not be classified correctly.")
|
17 |
upload= st.file_uploader('Insert image for detection:', type=['png','jpg'])
|