ICS5110 / RandomForest_UI.py
mohli's picture
Upload 4 files
a34aae9 verified
raw
history blame
199 Bytes
import gradio as gr
class RandomForest_UI():
def get_interface(self) -> gr.Blocks:
with gr.Blocks() as interface:
gr.Markdown("hello world!")
return interface