Spaces:
Runtime error
Runtime error
minor updates
Browse files- .example.env +13 -0
- README.md +1 -1
.example.env
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
###########################################################
|
| 2 |
+
### Example .env file
|
| 3 |
+
### Real .env should not be shared, never pushed to git, etc.
|
| 4 |
+
###
|
| 5 |
+
### Make a copy and modify at need (e.g. .dev.env)
|
| 6 |
+
### Symlink the copy to the .env using the bash command :
|
| 7 |
+
### ln -s .dev.env .env
|
| 8 |
+
###
|
| 9 |
+
### As long as the symlink is active, modifications in .dev.env
|
| 10 |
+
### will be reported in .env, thus updating the app global env
|
| 11 |
+
###########################################################
|
| 12 |
+
|
| 13 |
+
HF_TOKEN = "hf_xxxxxx"
|
README.md
CHANGED
|
@@ -3,7 +3,7 @@ title: Agent Course Final Assignment - Lwant
|
|
| 3 |
emoji: ππ
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
-
python_version: 3.
|
| 7 |
sdk: gradio
|
| 8 |
sdk_version: 5.25.2
|
| 9 |
app_file: src/gaia_solving_agent/app.py
|
|
|
|
| 3 |
emoji: ππ
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
+
python_version: 3.13
|
| 7 |
sdk: gradio
|
| 8 |
sdk_version: 5.25.2
|
| 9 |
app_file: src/gaia_solving_agent/app.py
|