Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
criticalDanger
/
Deepfake-Detection
like
0
Running
App
Files
Files
Community
main
Deepfake-Detection
/
app.py
criticalDanger
Update app.py
a59f0c3
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
import
gradio
as
gr
gr.load(
"models/prithivMLmods/Deep-Fake-Detector-Model"
).launch(share=
True
)