Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
18f5b80
1
Parent(s):
ba8a61d
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
8 |
app_port: 6900
|
9 |
fullWidth: true
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
- `API_KEY`: You can set up your own API key for uploading and reading data with Argilla Python client. This API_KEY can be any string you want.
|
15 |
-
- `PASSWORD`: You can set up the password for login into the UI, in case you want to disable access to other users. The default username is `argilla`. If you don't set up this secret the password will be `1234`
|
16 |
|
|
|
17 |
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Argilla Space Template (duplicate me!)
|
3 |
+
emoji: 🏷️
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: red
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
app_port: 6900
|
9 |
fullWidth: true
|
10 |
+
tags:
|
11 |
+
- argilla
|
12 |
---
|
13 |
|
14 |
+
This is the Argilla Space Template you can use to deploy and run your own instance of Argilla on the Hugging Face Hub, for labeling, fun, and active learning loops!
|
|
|
|
|
|
|
15 |
|
16 |
+
Login with:
|
17 |
|
18 |
+
user: argilla
|
19 |
+
password: 1234
|