sayakpaul HF staff commited on
Commit
87b3acc
1 Parent(s): 9ee5784

add: files.

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