MoritzLaurer commited on
Commit
65d8b8f
·
verified ·
1 Parent(s): bfb868a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,19 +1,22 @@
1
  ---
2
- title: Argilla 2.0 Space Template with OAuth
3
- emoji: 🏷️
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: docker
7
  app_port: 6900
8
  fullWidth: true
9
- #suggested_storage: small
 
 
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: 12345678
 
1
  ---
2
+ title: Test Argilla
3
+ emoji: ✍✍✍
4
+ colorFrom: pink
5
+ colorTo: pink
6
  sdk: docker
7
  app_port: 6900
8
  fullWidth: true
9
+ suggested_storage: small
10
+ header: mini
11
+ hf_oauth: true
12
  tags:
13
+ - argilla
14
  ---
15
+ Argilla is a free and open source tool to build and iterate on data for AI. It can be deployed on the Hub with a few clicks and Hugging Face OAuth enabled, perfect for running community annotation initiatives!
16
 
17
+ This is the Argilla Space for:
18
+
19
+ - Creating your own Argilla Spaces, check the [quickstart guide](http://docs.argilla.io/latest/getting_started/quickstart/) and the [Hugging Face Spaces configuration](http://docs.argilla.io/latest/getting_started/how-to-configure-argilla-on-huggingface/) for more details.
20
+ - Discovering the Argilla UI, sign in with your Hugging Face account!
21
 
 
22