Spaces:
Runtime error
Runtime error
Francisco Aranda
commited on
Commit
•
939c961
1
Parent(s):
4a7815d
simplify docs
Browse files
README.md
CHANGED
@@ -26,21 +26,13 @@ This application is just a demonstration of how to use the Argilla webhook liste
|
|
26 |
|
27 |
## Running the app
|
28 |
|
29 |
-
First create an HF space running the argilla server. Be sure argilla
|
30 |
|
31 |
-
Once the server is up and running, you
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
export ARGILLA_API_URL=<your_api_url>
|
36 |
-
```
|
37 |
-
|
38 |
-
Now, you can run the app just running the following command:
|
39 |
-
|
40 |
-
```bash
|
41 |
-
python app.py
|
42 |
-
```
|
43 |
|
44 |
## Testing the app
|
45 |
|
46 |
-
Open the gradio application
|
|
|
26 |
|
27 |
## Running the app
|
28 |
|
29 |
+
First create an HF space running the argilla server. Be sure the argilla space is public.
|
30 |
|
31 |
+
Once the server is up and running, you duplicate the space and configure the following environment variables:
|
32 |
|
33 |
+
- `ARGILLA_API_URL`: The URL of the argilla server.
|
34 |
+
- `ARGILLA_API_KEY`: The API key to access the argilla server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Testing the app
|
37 |
|
38 |
+
Open the gradio application. You can see incoming events from the argilla server.
|