Spaces:
Runtime error
Runtime error
File size: 493 Bytes
922d7a7 cc79cea 922d7a7 |
1 2 3 4 5 6 7 |
import gradio as gr
# title and description are optional
title = "Top Ten Nurse Education Fun Facts"
description = "This model predicts questions and answers with top ten topics most likely to help people today with fun facts from consensus. Drag and drop any column of the below example datasets to edit values as you wish and test your inputs to tabular processing AI models.."
gr.Interface.load("huggingface/scikit-learn/tabular-playground", title=title, description=description).launch() |