Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
elftsdmr
/
classify-url
like
0
Runtime error
App
Files
Files
Community
56e3fda
classify-url
/
app.py
elftsdmr
initial commit
56e3fda
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/elftsdmr/malware-url-detect"
).launch()