SanskarModi commited on
Commit
c0beb72
·
verified ·
1 Parent(s): 69ec3b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
33
  outputs=[
34
  gr.Textbox(label="Prediction"),
35
  gr.Image(label="Grad-CAM Visualization"),
36
- gr.Label(label="Detailed Classification"),
37
  ],
38
  title="Deepfake Detection with Grad-CAM",
39
  description="Upload a video and detect whether it is real or a deepfake. Grad-CAM will highlight the most influential region.",
 
33
  outputs=[
34
  gr.Textbox(label="Prediction"),
35
  gr.Image(label="Grad-CAM Visualization"),
36
+ gr.Label(label="Classification Confidence Scores"), # Updated label
37
  ],
38
  title="Deepfake Detection with Grad-CAM",
39
  description="Upload a video and detect whether it is real or a deepfake. Grad-CAM will highlight the most influential region.",