Spaces:
Sleeping
Sleeping
File size: 154 Bytes
9adf324 | 1 2 3 4 5 | import gradio as gr
def create_model_selection_dropdown(choices):
return gr.Dropdown(label="Model Selection", choices=choices, interactive=True)
|