aneela-pervez commited on
Commit
bf37540
·
verified ·
1 Parent(s): fc9ec8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Deepfake Detector") as demo:
77
  master_btn.click(lipsync_pipeline, inputs=[master_vid_in], outputs=[master_img_out, master_txt_out, master_reason_out])
78
 
79
  # --- TAB 5: IMAGE DETECTION ---
80
- with gr.Tab("🖼️ Image Analysis):
81
  gr.Markdown(" Deepfake Images Detector")
82
  with gr.Row():
83
  with gr.Column():
 
77
  master_btn.click(lipsync_pipeline, inputs=[master_vid_in], outputs=[master_img_out, master_txt_out, master_reason_out])
78
 
79
  # --- TAB 5: IMAGE DETECTION ---
80
+ with gr.Tab("🖼️ Image Analysis"):
81
  gr.Markdown(" Deepfake Images Detector")
82
  with gr.Row():
83
  with gr.Column():