davidjurgens commited on
Commit
bc95699
·
verified ·
1 Parent(s): 90d751b

docs: regenerate README from manifest template

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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:** click the **⋮ Duplicate this Space** button (top-right) to launch
32
- > this exact demo in your own account on free hardware change the data and config to make it yours.
 
 
 
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 directlyno 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).