metadata updated
Browse files
README.md
CHANGED
|
@@ -7,9 +7,28 @@ sdk: gradio
|
|
| 7 |
sdk_version: 6.5.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
hf_oauth: true
|
| 11 |
hf_oauth_scopes:
|
| 12 |
-
- inference-api
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Borderless
|
|
|
|
| 7 |
sdk_version: 6.5.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: Agentic immigration research — describe yourself, explore where you could go.
|
| 12 |
+
tags:
|
| 13 |
+
- agents
|
| 14 |
+
- gradio
|
| 15 |
+
- immigration
|
| 16 |
+
- travel
|
| 17 |
+
- research
|
| 18 |
+
- tool-use
|
| 19 |
+
- qwen
|
| 20 |
+
- maplibre
|
| 21 |
+
- geospatial
|
| 22 |
+
models:
|
| 23 |
+
- Qwen/Qwen3.6-27B
|
| 24 |
+
datasets: []
|
| 25 |
+
suggested_hardware: cpu-upgrade
|
| 26 |
hf_oauth: true
|
| 27 |
hf_oauth_scopes:
|
| 28 |
+
- inference-api
|
| 29 |
+
hf_oauth_expiration_minutes: 480 # 8 hours
|
| 30 |
+
disable_embedding: false
|
| 31 |
+
startup_duration_timeout: 10m
|
| 32 |
---
|
| 33 |
|
| 34 |
# Borderless
|