Spaces:
Running
on
Zero
Running
on
Zero
Herbert
commited on
Commit
·
064e6aa
1
Parent(s):
2e955cc
Added hf_spaces instructions
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,4 +2,4 @@ from agentic_nav.frontend.browser_ui import main
|
|
| 2 |
|
| 3 |
|
| 4 |
if __name__ == "__main__":
|
| 5 |
-
main()
|
|
|
|
| 2 |
|
| 3 |
|
| 4 |
if __name__ == "__main__":
|
| 5 |
+
main()
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
# uv pip compile pyproject.toml
|
| 3 |
-
agentic_nav @ git+https://${GH_USER}:${GH_TOKEN}@github.com/core-aix/agentic-nav.git@dev
|
| 4 |
aiofiles==24.1.0
|
| 5 |
# via
|
| 6 |
# llm-agents (pyproject.toml)
|
|
|
|
| 1 |
# This file was autogenerated by uv via the following command:
|
| 2 |
# uv pip compile pyproject.toml
|
| 3 |
+
# agentic_nav @ git+https://${GH_USER}:${GH_TOKEN}@github.com/core-aix/agentic-nav.git@dev
|
| 4 |
aiofiles==24.1.0
|
| 5 |
# via
|
| 6 |
# llm-agents (pyproject.toml)
|