Emma Wang commited on
Commit
86604fc
·
unverified ·
1 Parent(s): dfe77cd

adding emojis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = from_pretrained_keras('Emmawang/mobilenet_v2_fake_image_detection')
10
  def main():
11
  st.title("Web App of Fake Image Detection 📸")
12
  st.write("This is a demo of a fake image detection web app using a MobileNetV2 model trained on the Fake Image Detection dataset.")
13
- st.write("Upload an image to see if it's fake or not.")
14
  st.write("")
15
 
16
  uploaded_file = st.file_uploader("Choose an image...", type="png")
 
10
  def main():
11
  st.title("Web App of Fake Image Detection 📸")
12
  st.write("This is a demo of a fake image detection web app using a MobileNetV2 model trained on the Fake Image Detection dataset.")
13
+ st.write("Upload an image to see if it's Fake or Real. 🧐")
14
  st.write("")
15
 
16
  uploaded_file = st.file_uploader("Choose an image...", type="png")