Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/Gianloko/AlfredAgent
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 6.8.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
python_version:
|
| 11 |
---
|
| 12 |
|
| 13 |
# Wayne Manor Party Planner
|
|
@@ -26,4 +26,4 @@ AI butler agent powered by smolagents. Ask Alfred to plan your Wayne Manor party
|
|
| 26 |
## Run locally
|
| 27 |
|
| 28 |
pip install -r requirements.txt
|
| 29 |
-
python app.py
|
|
|
|
| 7 |
sdk_version: 6.8.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: '3.11'
|
| 11 |
---
|
| 12 |
|
| 13 |
# Wayne Manor Party Planner
|
|
|
|
| 26 |
## Run locally
|
| 27 |
|
| 28 |
pip install -r requirements.txt
|
| 29 |
+
python app.py
|