Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,9 @@ elif not api_key and uploaded_file is not None:
|
|
102 |
st.markdown("---")
|
103 |
st.markdown("""
|
104 |
### How to use:
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
|
|
109 |
""")
|
|
|
102 |
st.markdown("---")
|
103 |
st.markdown("""
|
104 |
### How to use:
|
105 |
+
|
106 |
+
1. Upload an image ** (PNG, JPG, or JPEG) **
|
107 |
+
2. Wait for the analysis result
|
108 |
+
3. Get a ** Yes/No ** answer based on whether the image is AI-generated
|
109 |
+
|
110 |
""")
|