Lisibonny commited on
Commit
d210ee8
1 Parent(s): 617f89c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import tensorflow as tf
10
  import tensorflow.python.ops.numpy_ops.np_config as np_config
11
  from math import ceil
12
 
13
- np_config.enable_numpy_behavior(prefer_float32=False, dtype_conversion_mode='all')
14
 
15
  @st.cache_data(show_spinner=False)
16
  def split_frame(input_df, rows):
 
10
  import tensorflow.python.ops.numpy_ops.np_config as np_config
11
  from math import ceil
12
 
13
+ #np_config.enable_numpy_behavior(prefer_float32=False, dtype_conversion_mode='all')
14
 
15
  @st.cache_data(show_spinner=False)
16
  def split_frame(input_df, rows):