RamAnanth1 commited on
Commit
b4fc373
·
1 Parent(s): 1789ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ rtf_model = REaLTabFormer(
9
 
10
 
11
  def generate_data(file):
12
- data = arff.loadarff(open(file,'rt'))
13
  df = pd.Dataframe(data[0])
14
  rtf_model.fit(df)
15
  # Generate synthetic data
 
9
 
10
 
11
  def generate_data(file):
12
+ data = arff.loadarff(open(file.name,'rt'))
13
  df = pd.Dataframe(data[0])
14
  rtf_model.fit(df)
15
  # Generate synthetic data