Spaces:
Sleeping
Sleeping
Commit
·
ab75463
1
Parent(s):
328c052
add title and links
Browse files
app.py
CHANGED
|
@@ -81,6 +81,9 @@ with gr.Column() as components:
|
|
| 81 |
gr.Number(value=10)
|
| 82 |
|
| 83 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
| 84 |
with gr.Row():
|
| 85 |
with gr.Column():
|
| 86 |
dataform = gr.Dataframe(
|
|
|
|
| 81 |
gr.Number(value=10)
|
| 82 |
|
| 83 |
with gr.Blocks() as demo:
|
| 84 |
+
gr.Markdown("<h1 style=\"text-align: center;\">Efficient Bayesian Learning Curve Extrapolation using Prior-Data Fitted Networks</h1>")
|
| 85 |
+
gr.Markdown("Paper: [https://arxiv.org/abs/2310.20447](https://arxiv.org/abs/2310.20447)")
|
| 86 |
+
gr.Markdown("Code: [https://github.com/automl/lcpfn](https://github.com/automl/lcpfn)")
|
| 87 |
with gr.Row():
|
| 88 |
with gr.Column():
|
| 89 |
dataform = gr.Dataframe(
|