Spaces:
Runtime error
Runtime error
readme
Browse files
README.md
CHANGED
@@ -40,13 +40,11 @@ space_ci:
|
|
40 |
**Gradio Space CI** is a plugin (and package) to create ephemeral Spaces for each PR opened on your Space repo.
|
41 |
The goal is to foster community contributions by making the review process as lean as possible.
|
42 |
|
43 |
-
## ⚡ Quick start
|
44 |
-
|
45 |
-
Configure *Gradio Space CI* in just 4 steps!
|
46 |
|
47 |
1. Update your requirements.
|
48 |
|
49 |
-
```
|
50 |
# requirements.txt
|
51 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.0
|
52 |
```
|
@@ -54,7 +52,7 @@ gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.
|
|
54 |
2. Set `HF_TOKEN` as a Space secret.
|
55 |
3. Configure CI in your `README.md`.
|
56 |
|
57 |
-
```
|
58 |
# README.md
|
59 |
title: ...
|
60 |
emoji: ...
|
|
|
40 |
**Gradio Space CI** is a plugin (and package) to create ephemeral Spaces for each PR opened on your Space repo.
|
41 |
The goal is to foster community contributions by making the review process as lean as possible.
|
42 |
|
43 |
+
## ⚡ Quick start (4 steps)
|
|
|
|
|
44 |
|
45 |
1. Update your requirements.
|
46 |
|
47 |
+
```py
|
48 |
# requirements.txt
|
49 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.0
|
50 |
```
|
|
|
52 |
2. Set `HF_TOKEN` as a Space secret.
|
53 |
3. Configure CI in your `README.md`.
|
54 |
|
55 |
+
```py
|
56 |
# README.md
|
57 |
title: ...
|
58 |
emoji: ...
|