Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ealvaradob
/
phishing-inference-api
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
phishing-inference-api
/
app.py
ealvaradob
initial commit
2d85e1a
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
82 Bytes
import
gradio
as
gr
gr.load(
"models/ealvaradob/bert-finetuned-phishing"
).launch()