Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
robookwus
/
MBTI_classifier
like
1
Runtime error
App
Files
Files
Community
0a069fa
MBTI_classifier
/
app.py
robookwus
initial commit
0a069fa
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
gradio
as
gr
gr.load(
"models/JanSt/albert-base-v2_mbti-classification"
).launch()