Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
UVA-MSBA
/
Team11M4
like
0
Follow
University of Virginia- MSBA Program
84
Text Classification
Transformers
PyTorch
distilbert
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
eamico
commited on
May 5, 2023
Commit
ab38367
•
1 Parent(s):
7b956b9
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/paragon-analytics/ADRv1").launch()