Spaces:
Runtime error
Runtime error
Commit
·
c7943d0
1
Parent(s):
b03dd03
changed description
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ example = \
|
|
| 72 |
|
| 73 |
with gr.Blocks() as demo:
|
| 74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
| 75 |
-
You can either change the table manually
|
| 76 |
The network predicts fields you leave empty. Only one column can have empty entries that are predicted.
|
| 77 |
Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
|
| 78 |
""")
|
|
@@ -93,4 +93,4 @@ with gr.Blocks() as demo:
|
|
| 93 |
|
| 94 |
btn.click(fn=compute, inputs=inp_table, outputs=[out_text, out_table])
|
| 95 |
|
| 96 |
-
demo.launch()
|
|
|
|
| 72 |
|
| 73 |
with gr.Blocks() as demo:
|
| 74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
| 75 |
+
You can either change the table manually.
|
| 76 |
The network predicts fields you leave empty. Only one column can have empty entries that are predicted.
|
| 77 |
Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
|
| 78 |
""")
|
|
|
|
| 93 |
|
| 94 |
btn.click(fn=compute, inputs=inp_table, outputs=[out_text, out_table])
|
| 95 |
|
| 96 |
+
demo.launch()
|