File size: 367 Bytes
f933ab4 |
1 2 3 4 5 6 7 8 9 10 |
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()
|