Spaces:
Paused
Paused
docs: regenerate README from manifest template
Browse files
README.md
CHANGED
|
@@ -28,8 +28,11 @@ Visit **[www.potatoannotator.com](https://www.potatoannotator.com)** for docs, t
|
|
| 28 |
3. Annotate using the schemes on the right.
|
| 29 |
4. Click **Next** to continue.
|
| 30 |
|
| 31 |
-
> **Run your own copy:**
|
| 32 |
-
>
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
> Annotations in this demo are ephemeral. To collect and keep data, deploy your own
|
| 35 |
> Space — see the [deployment guide](https://github.com/davidjurgens/potato/blob/master/deployment/huggingface-spaces/deploy.md).
|
|
|
|
| 28 |
3. Annotate using the schemes on the right.
|
| 29 |
4. Click **Next** to continue.
|
| 30 |
|
| 31 |
+
> **Run your own copy:** this demo is generated from a project in the Potato repo. Clone it and
|
| 32 |
+
> start that project directly — no HuggingFace account needed, and no concurrency limit:
|
| 33 |
+
> `python potato/flask_server.py start <example>/config.yaml -p 8000`.
|
| 34 |
+
> Duplicating a Space instead requires a HuggingFace PRO, Team or Enterprise plan, because
|
| 35 |
+
> Docker Spaces run on compute.
|
| 36 |
|
| 37 |
> Annotations in this demo are ephemeral. To collect and keep data, deploy your own
|
| 38 |
> Space — see the [deployment guide](https://github.com/davidjurgens/potato/blob/master/deployment/huggingface-spaces/deploy.md).
|