Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ptorru
/
albert-base-v2
like
0
Sleeping
App
Files
Files
Community
988b77c
albert-base-v2
/
app.py
ptorru
initial commit
988b77c
almost 2 years ago
raw
Copy download link
history
blame
Safe
72 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/albert-base-v2"
).launch()