multimodalart HF staff commited on
Commit
81d119a
1 Parent(s): 480e9b0

Update app_training.py

Browse files
Files changed (1) hide show
  1. app_training.py +1 -1
app_training.py CHANGED
@@ -30,7 +30,7 @@ def create_training_demo(trainer: Trainer,
30
  with gr.Box():
31
  gr.Markdown('Output Model')
32
  output_model_name = gr.Text(label='Name of your model',
33
- placeholder='The surfer man'
34
  max_lines=1)
35
  delete_existing_model = gr.Checkbox(
36
  label='Delete existing model of the same name',
 
30
  with gr.Box():
31
  gr.Markdown('Output Model')
32
  output_model_name = gr.Text(label='Name of your model',
33
+ placeholder='The surfer man',
34
  max_lines=1)
35
  delete_existing_model = gr.Checkbox(
36
  label='Delete existing model of the same name',