vm24 commited on
Commit
26931a8
1 Parent(s): 4474bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,9 +62,9 @@ if image is not None:
62
 
63
  # Determine if the image is classified as real or fake
64
  if result[0]['label'] == 'REAL':
65
- st.write("Output is: Real")
66
  else:
67
- st.write("Output is: Fake")
68
 
69
  # Display the result
70
  st.subheader("Classification Result")
 
62
 
63
  # Determine if the image is classified as real or fake
64
  if result[0]['label'] == 'REAL':
65
+ st.write("Output is: fake")
66
  else:
67
+ st.write("Output is: real")
68
 
69
  # Display the result
70
  st.subheader("Classification Result")