multimodalart HF staff commited on
Commit
ad94fb3
1 Parent(s): 890c99b

Update app_training.py

Browse files
Files changed (1) hide show
  1. app_training.py +0 -3
app_training.py CHANGED
@@ -74,10 +74,7 @@ def create_training_demo(trainer: Trainer,
74
  precision=0)
75
  gr.Markdown('''
76
  - The base model must be a model that is compatible with [diffusers](https://github.com/huggingface/diffusers) library.
77
- - It takes a few minutes to download the base model first.
78
  - Expected time to train a model for 300 steps: ~20 minutes with T4
79
- - It takes a few minutes to upload your trained model.
80
- - You may want to try a small number of steps first, like 1, to see if everything works fine in your environment.
81
  - You can check the training status by pressing the "Open logs" button if you are running this on your Space.
82
  ''')
83
 
 
74
  precision=0)
75
  gr.Markdown('''
76
  - The base model must be a model that is compatible with [diffusers](https://github.com/huggingface/diffusers) library.
 
77
  - Expected time to train a model for 300 steps: ~20 minutes with T4
 
 
78
  - You can check the training status by pressing the "Open logs" button if you are running this on your Space.
79
  ''')
80