Skip to content

fix: Fix the URL of the TabPFN web interface #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting_started/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**Client** [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1KKKOVJk-5N972ZRUeGmRXh8EibRIRGxA#scrollTo=o03aOVAw0Etg)
**Local** [![colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SHa43VuHASLjevzO7y3-wPCxHY18-2H6#scrollTo=o03aOVAw0Etg&line=3&uniqifier=1)

You can access our models through our API (https://github.com/automl/tabpfn-client), via our user interface built on top of the API (https://www.ux.priorlabs.ai/) or locally.
You can access our models through our API (https://github.com/automl/tabpfn-client), via our user interface built on top of the API (https://ux.priorlabs.ai/) or locally.

=== "Python API Client (No GPU, Online)"

Expand All @@ -24,7 +24,7 @@ You can access our models through our API (https://github.com/automl/tabpfn-clie

=== "Web Interface"

You can access our models through our Interface [here](https://www.ux.priorlabs.ai/).
You can access our models through our Interface [here](https://ux.priorlabs.ai/).

=== "R"

Expand Down
4 changes: 2 additions & 2 deletions site/getting_started/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ <h1>Installation</h1>

<p><strong>Client</strong> <a href="https://colab.research.google.com/drive/1KKKOVJk-5N972ZRUeGmRXh8EibRIRGxA#scrollTo=o03aOVAw0Etg"><img alt="colab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
<strong>Local</strong> <a href="https://colab.research.google.com/drive/1SHa43VuHASLjevzO7y3-wPCxHY18-2H6#scrollTo=o03aOVAw0Etg&amp;line=3&amp;uniqifier=1"><img alt="colab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a></p>
<p>You can access our models through our API (<a href="https://github.com/automl/tabpfn-client">https://github.com/automl/tabpfn-client</a>), via our user interface built on top of the API (<a href="https://www.ux.priorlabs.ai/">https://www.ux.priorlabs.ai/</a>) or locally.</p>
<p>You can access our models through our API (<a href="https://github.com/automl/tabpfn-client">https://github.com/automl/tabpfn-client</a>), via our user interface built on top of the API (<a href="https://ux.priorlabs.ai/">https://ux.priorlabs.ai/</a>) or locally.</p>
<div class="tabbed-set tabbed-alternate" data-tabs="1:4"><input checked="checked" id="__tabbed_1_1" name="__tabbed_1" type="radio" /><input id="__tabbed_1_2" name="__tabbed_1" type="radio" /><input id="__tabbed_1_3" name="__tabbed_1" type="radio" /><input id="__tabbed_1_4" name="__tabbed_1" type="radio" /><div class="tabbed-labels"><label for="__tabbed_1_1">Python API Client (No GPU, Online)</label><label for="__tabbed_1_2">Python Local (GPU)</label><label for="__tabbed_1_3">Web Interface</label><label for="__tabbed_1_4">R</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
Expand All @@ -2615,7 +2615,7 @@ <h1>Installation</h1>
</span></code></pre></div>
</div>
<div class="tabbed-block">
<p>You can access our models through our Interface <a href="https://www.ux.priorlabs.ai/">here</a>.</p>
<p>You can access our models through our Interface <a href="https://ux.priorlabs.ai/">here</a>.</p>
</div>
<div class="tabbed-block">
<div class="admonition warning">
Expand Down