Spaces:
Sleeping
Sleeping
remove tf
Browse files
app/dga-classifier-service.R
CHANGED
@@ -7,7 +7,6 @@ library(reticulate)
|
|
7 |
#model<-load_model_hdf5("/app/asai-2019_model.h5")
|
8 |
|
9 |
hfhub <- reticulate::import('huggingface_hub')
|
10 |
-
tf <- reticulate::import("tensorflow")
|
11 |
model <- hfhub$from_pretrained_keras("harpomaxx/dga-detector")
|
12 |
|
13 |
|
|
|
7 |
#model<-load_model_hdf5("/app/asai-2019_model.h5")
|
8 |
|
9 |
hfhub <- reticulate::import('huggingface_hub')
|
|
|
10 |
model <- hfhub$from_pretrained_keras("harpomaxx/dga-detector")
|
11 |
|
12 |
|