GTimothee
commited on
Commit
·
6e3b372
1
Parent(s):
a471a3b
fix config
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# smolagent
|
2 |
|
3 |
Experimenting with smolagents library
|
@@ -9,4 +21,4 @@ Experimenting with smolagents library
|
|
9 |
See output at http://127.0.0.1:7860
|
10 |
|
11 |
### To sync with space
|
12 |
-
Follow this tutorial https://
|
|
|
1 |
+
---
|
2 |
+
title: {{title}}
|
3 |
+
emoji: {{emoji}}
|
4 |
+
colorFrom: {{colorFrom}}
|
5 |
+
colorTo: {{colorTo}}
|
6 |
+
sdk: {{sdk}}
|
7 |
+
sdk_version: "{{sdkVersion}}"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
# smolagent
|
14 |
|
15 |
Experimenting with smolagents library
|
|
|
21 |
See output at http://127.0.0.1:7860
|
22 |
|
23 |
### To sync with space
|
24 |
+
Follow this tutorial https://huggingface.co/docs/hub/en/spaces-github-actions
|