misantamaria commited on
Commit
c6df5e0
·
1 Parent(s): 999bdca

Corregido segundo print enc_dir

Browse files
Files changed (1) hide show
  1. r_shiny_app/server.R +1 -0
r_shiny_app/server.R CHANGED
@@ -403,6 +403,7 @@ shinyServer(function(input, output, session) {
403
  print(paste0("Reactive enc | Load object ", path ))
404
  flush.console()
405
  enc_dir = encoder_artifact$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
 
406
  print(paste0("eventReactive enc | load encoder | Enc. Artifact: ", input$encoder))
407
  enc <- py_load_object(
408
  file.path(
 
403
  print(paste0("Reactive enc | Load object ", path ))
404
  flush.console()
405
  enc_dir = encoder_artifact$download(root=DEFAULT_PATH_WANDB_ARTIFACTS)
406
+ print(paste0("Reactive enc | Load object | enc dir ", enc_dir ))
407
  print(paste0("eventReactive enc | load encoder | Enc. Artifact: ", input$encoder))
408
  enc <- py_load_object(
409
  file.path(