File size: 150 Bytes
e8248b5
 
 
 
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)