noumanjavaid commited on
Commit
4921ea7
·
verified ·
1 Parent(s): 50a46c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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
- 1. Enter your NVIDIA API key
106
- 2. Upload an image (PNG, JPG, or JPEG)
107
- 3. Wait for the analysis result
108
- 4. Get a Yes/No answer based on whether the image is AI-generated
 
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
  """)