Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harpomaxx
/
dga-detector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6f976d8
dga-detector
/
app
/
launchservice.R
harpomaxx
fix entrypoint
6f976d8
almost 2 years ago
raw
Copy download link
history
blame
Safe
96 Bytes
library
(
plumber
)
r
<-
plumb
(
"/app/dga-classifier-service.R"
)
r
$
run
(
host
=
"0.0.0.0"
,
port
=
7860
)