noumanjavaid commited on
Commit
b2c62ea
·
verified ·
1 Parent(s): 19e2f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,5 +1,3 @@
1
- # File: app.py
2
-
3
  import streamlit as st
4
  from PIL import Image, ImageDraw, ImageFont, ExifTags
5
  import requests
@@ -15,7 +13,7 @@ import logging
15
  import base64
16
  import zipfile
17
  from typing import Dict
18
- from deepface import DeepFace # For deepfake detection
19
  import pytesseract # For OCR in watermark detection
20
 
21
  # Page configuration with custom theme
 
 
 
1
  import streamlit as st
2
  from PIL import Image, ImageDraw, ImageFont, ExifTags
3
  import requests
 
13
  import base64
14
  import zipfile
15
  from typing import Dict
16
+ # from deepface import DeepFace # For deepfake detection
17
  import pytesseract # For OCR in watermark detection
18
 
19
  # Page configuration with custom theme