jbilcke-hf HF staff commited on
Commit
b722d84
·
1 Parent(s): 7595521

fix the readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,13 +19,13 @@ short_description: All-in-one tool for AI video training
19
 
20
  VMS is a Gradio app that wraps around Finetrainers, to provide a simple UI to train AI video models on Hugging Face.
21
 
22
- You can deploy it to your private space, and start long-running trainign jobs in the background.
23
 
24
  ### One-user-per-space design
25
 
26
  Currently CMS can only support one training job at a time, anybody with access to your Gradio app will be able to upload or delete everything etc.
27
 
28
- This means you have to run VMS in your own Hugging Face Space, or locally if you require full privacy.
29
 
30
  ### Similar projects
31
 
@@ -47,7 +47,7 @@ VMS uses PySceneDetect to split scenes.
47
 
48
  VMS uses `LLaVA-Video-7B-Qwen2` for captioning. You can customize the system prompt if you want to.
49
 
50
- ### Downlad your dataset
51
 
52
  Not interested in using VMS for training? That's perfectly fine!
53
 
 
19
 
20
  VMS is a Gradio app that wraps around Finetrainers, to provide a simple UI to train AI video models on Hugging Face.
21
 
22
+ You can deploy it to a private space, and start long-running training jobs in the background.
23
 
24
  ### One-user-per-space design
25
 
26
  Currently CMS can only support one training job at a time, anybody with access to your Gradio app will be able to upload or delete everything etc.
27
 
28
+ This means you have to run VMS in a *PRIVATE* HF Space, or locally if you require full privacy.
29
 
30
  ### Similar projects
31
 
 
47
 
48
  VMS uses `LLaVA-Video-7B-Qwen2` for captioning. You can customize the system prompt if you want to.
49
 
50
+ ### Download your dataset
51
 
52
  Not interested in using VMS for training? That's perfectly fine!
53