Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Uchenna
/
Enrolment_Predictor
like
0
License:
mit
Model card
Files
Files and versions
Community
Uchenna
commited on
Mar 24, 2023
Commit
01896b4
•
1 Parent(s):
7160062
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/templates/tabular-classification").launch()