Lisibonny commited on
Commit
ab33fad
1 Parent(s): ec9bf76

Update app.py

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