Shanshan Wang commited on
Commit
52c06b0
1 Parent(s): 2b1ed69

fixed input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
 
6
  data_path = '0926-OCRBench-opensource.csv'
7
- data = pd.read_csv(data_path)
8
 
9
  # set the data types for the columns
10
  dtype_dict = {
 
4
 
5
 
6
  data_path = '0926-OCRBench-opensource.csv'
7
+ data = pd.read_csv(data_path).fillna(0)
8
 
9
  # set the data types for the columns
10
  dtype_dict = {