ml-hpc / app.py
smpadhy's picture
Add application file
f933ab4
raw
history blame contribute delete
367 Bytes
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()