nickmuchi commited on
Commit
6f4e437
1 Parent(s): 9855b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with block:
129
  with gr.Row():
130
  embeddings = gr.Radio(choices=model_options_list,value=model_options_list[0], label='Choose your Embedding Model',
131
  interactive=True)
132
- embeddings.observe(on_value_change, names='value')
133
 
134
  print(embeddings.value)
135
 
 
129
  with gr.Row():
130
  embeddings = gr.Radio(choices=model_options_list,value=model_options_list[0], label='Choose your Embedding Model',
131
  interactive=True)
132
+ embeddings.change(on_value_change, embeddings)
133
 
134
  print(embeddings.value)
135