Update app.py
Browse files
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():
|