Spaces:
Build error
Build error
Herbert commited on
Commit ·
f2a437a
1
Parent(s): 8e12ce9
Added hf_spaces instructions
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AgenticNAV - Your AI conference companion
|
| 2 |
|
| 3 |
[](https://github.com/astral-sh/uv)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AgenticNav
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.50.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
python_version: 3.13
|
| 10 |
+
pinned: true
|
| 11 |
+
hf_oauth: true
|
| 12 |
+
hf_oauth_scopes:
|
| 13 |
+
- inference-api
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
short_description: Agent for NeurIPS paper discovery and visit schedule builder
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# AgenticNAV - Your AI conference companion
|
| 19 |
|
| 20 |
[](https://github.com/astral-sh/uv)
|