Spaces:
Running
Running
Thomas Wolf
commited on
Commit
•
0fa6379
1
Parent(s):
1e4b28a
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,11 @@ streamlit run tagging_app.py
|
|
10 |
|
11 |
This will give you a `localhost` link you can click to open in your browser.
|
12 |
|
13 |
-
The app initialization on the first run takes
|
14 |
|
15 |
Make sure to hit the `Done? Save to File!` button in the right column when you're done tagging a config!
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
This will give you a `localhost` link you can click to open in your browser.
|
12 |
|
13 |
+
The app initialization on the first run takes a few minutes, subsequent runs are faster.
|
14 |
|
15 |
Make sure to hit the `Done? Save to File!` button in the right column when you're done tagging a config!
|
16 |
+
|
17 |
+
By default the app only load the local datasets. To load and tag all the remote datasets, use:
|
18 |
+
```
|
19 |
+
streamlit run tagging_app.py -- --load_remote_datasets
|
20 |
+
```
|