TimStats commited on
Commit
8d03ca0
·
verified ·
1 Parent(s): 6d3b9e8

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -27,7 +27,7 @@ library(rsvg)
27
  pdf(file = NULL)
28
  Sys.setenv(TZ='EST')
29
 
30
- model <- xgb.load('TimStuff2.model')
31
 
32
  # Helper functions
33
  check_patreon_access <- function(email) {
 
27
  pdf(file = NULL)
28
  Sys.setenv(TZ='EST')
29
 
30
+ model <- xgb.load('TimStuff2.ubj')
31
 
32
  # Helper functions
33
  check_patreon_access <- function(email) {