RamAnanth1 commited on
Commit
bfa58d3
·
1 Parent(s): 6d47c20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import pandas as pd
3
  from realtabformer import REaLTabFormer
4
 
5
  rtf_model = REaLTabFormer(
6
- 11 model_type="tabular",
7
- 12 gradient_accumulation_steps=4)
8
 
9
 
10
  def generate_data(file):
 
3
  from realtabformer import REaLTabFormer
4
 
5
  rtf_model = REaLTabFormer(
6
+ model_type="tabular",
7
+ gradient_accumulation_steps=4)
8
 
9
 
10
  def generate_data(file):