Spaces:
Runtime error
Runtime error
Emma Wang
commited on
adding emojis
Browse files
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
|
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")
|