sayakpaul HF staff commited on
Commit
d9658d9
1 Parent(s): 78f8f9a

add: placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks() as demo:
211
  multiselect=False,
212
  interactive=True,
213
  )
214
- other_finedtuned_checkpoints = gr.Text(visible=False)
215
  model_ckpt.change(lambda x: gr.Dropdown.update(visible=x=="Other"), model_ckpt, other_finedtuned_checkpoints)
216
  schedulers_to_test = gr.Dropdown(
217
  [
 
211
  multiselect=False,
212
  interactive=True,
213
  )
214
+ other_finedtuned_checkpoints = gr.Text(visible=False, placeholder="valhalla/sd-pokemon-model")
215
  model_ckpt.change(lambda x: gr.Dropdown.update(visible=x=="Other"), model_ckpt, other_finedtuned_checkpoints)
216
  schedulers_to_test = gr.Dropdown(
217
  [