allimonae commited on
Commit
9f6121b
·
verified ·
1 Parent(s): 30608fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
 
5
  pipeline = pipeline(task="image-classification", model="umm-maybe/AI-image-detector")
6
  st.title("AI Image Detector")
7
- file_name = st.file_uploader("Upload a hot dog candidate")
8
  if file_name is not None:
9
  col1, col2 = st.columns(2)
10
  image = Image.open(file_name)
 
4
 
5
  pipeline = pipeline(task="image-classification", model="umm-maybe/AI-image-detector")
6
  st.title("AI Image Detector")
7
+ file_name = st.file_uploader("Upload a picture. Let's find out if it was made by AI!")
8
  if file_name is not None:
9
  col1, col2 = st.columns(2)
10
  image = Image.open(file_name)