Prathmesh Patil commited on
Commit
6c4efde
·
verified ·
1 Parent(s): 295d2fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ demo = gr.Interface(
56
  fn=classify_image,
57
  inputs=gr.Image(type="pil", label="Upload Image"),
58
  outputs=gr.Textbox(label="Prediction"),
59
- title="DeepFake Image Detection",
60
- description="Upload an image and the model will classify it as real or fake.",
61
  theme="default",
62
 
63
  )
 
56
  fn=classify_image,
57
  inputs=gr.Image(type="pil", label="Upload Image"),
58
  outputs=gr.Textbox(label="Prediction"),
59
+ title="DeepFake Detection for Facial images",
60
+ description="Upload an Facial image and the model will classify it as real or fake.",
61
  theme="default",
62
 
63
  )