Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kokluch
/
phishing-detector-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f7f36ca
phishing-detector-api
/
run.py
kokluch
Add mnemonic detection
05026d9
30 days ago
raw
Copy download link
history
blame
82 Bytes
import
uvicorn
from
app
import
app
uvicorn.run(app, host=
"127.0.0.1"
, port=
7860
)