Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,9 @@ example = \
|
|
72 |
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
""")
|
79 |
inp_table = gr.DataFrame(type='numpy', value=example, headers=[''] * 3)
|
80 |
inp_file = gr.File(
|
|
|
72 |
|
73 |
with gr.Blocks() as demo:
|
74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
75 |
+
The TabPFN will predict the values for all empty cells in one column.
|
76 |
+
Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
|
77 |
+
You can also upload datasets to fill the table automatically.
|
78 |
""")
|
79 |
inp_table = gr.DataFrame(type='numpy', value=example, headers=[''] * 3)
|
80 |
inp_file = gr.File(
|