Samuel Mueller commited on
Commit
38b737c
1 Parent(s): a833f5f

better description

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -58,9 +58,7 @@ def upload_file(file):
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown("""This demo allows you to play with the **TabPFN**.
61
- You can either change the table manually (we have filled it with a toy benchmark, sum up to 3 has label 1 and over that label 2).
62
- The network predicts fields you leave empty. Only one column can have empty entries that are predicted.
63
- Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
64
  """)
65
  inp_file = gr.File(
66
  label='Drop either a .csv (without header, only numeric values for all but the labels) or a .arff file.')
 
58
 
59
  with gr.Blocks() as demo:
60
  gr.Markdown("""This demo allows you to play with the **TabPFN**.
61
+ Upload a .arff file, select an attribute to predict and the number of cross validation folds and get the ROC AUC OVO score.
 
 
62
  """)
63
  inp_file = gr.File(
64
  label='Drop either a .csv (without header, only numeric values for all but the labels) or a .arff file.')