import gradio as gr def cancer_classifier(df): pass gr.Interface(fn=cancer_classifier, inputs="dataframe", outputs="label").launch()