Update app.py
Browse files
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.
|
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 |
|