import gradio as gr # title and description are optional title = "Job waiting time prediction" description = "This model predicts waiting of a job submitted to HPC system. Drag and drop any slice from dataset or edit values as you wish in below dataframe component." gr.load("huggingface/smpadhy/smart-ml-hpc-hug0", title=title, description=description).launch()