Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmack
/
malicious-url-detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9e6277b
malicious-url-detection
/
app.py
kmack
initial commit
9e6277b
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/kmack/malicious-url-detection"
).launch()