Spaces:
Sleeping
Sleeping
Update Gradio SDK to 5.23.1
Browse files
README.md
CHANGED
@@ -3,18 +3,18 @@ title: Research Compass
|
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
-
python_version: 3.
|
7 |
sdk: gradio
|
8 |
-
sdk_version: 5.
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: agpl-3.0
|
12 |
short_description: Connect research papers. Discover new insights.
|
13 |
datasets:
|
14 |
-
|
15 |
models:
|
16 |
-
|
17 |
-
|
18 |
---
|
19 |
|
20 |
-
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
|
|
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
+
python_version: 3.1
|
7 |
sdk: gradio
|
8 |
+
sdk_version: 5.23.1
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: agpl-3.0
|
12 |
short_description: Connect research papers. Discover new insights.
|
13 |
datasets:
|
14 |
+
- nomadicsynth/arxiv-dataset-abstract-embeddings
|
15 |
models:
|
16 |
+
- nomadicsynth/research-compass-arxiv-abstracts-embedding-model
|
17 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
18 |
---
|
19 |
|
20 |
+
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
|