Spaces:
Sleeping
Sleeping
Commit
·
1955b4b
1
Parent(s):
edd2adf
print added·
Browse files- r_shiny_app/server.R +1 -0
r_shiny_app/server.R
CHANGED
@@ -400,6 +400,7 @@ shinyServer(function(input, output, session) {
|
|
400 |
encoder_artifact <- enc_ar()
|
401 |
#Añadido para Jacinto
|
402 |
enc_dir = encoder_artifact$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
|
|
|
403 |
enc <- py_load_object(
|
404 |
file.path(
|
405 |
DEFAULT_PATH_WANDB_ARTIFACTS,
|
|
|
400 |
encoder_artifact <- enc_ar()
|
401 |
#Añadido para Jacinto
|
402 |
enc_dir = encoder_artifact$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
|
403 |
+
print(paste0("eventReactive enc | load encoder | Enc. Artifact: ", input$encoder))
|
404 |
enc <- py_load_object(
|
405 |
file.path(
|
406 |
DEFAULT_PATH_WANDB_ARTIFACTS,
|