Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
viv
/
sample1
like
0
Runtime error
App
Files
Files
Community
main
sample1
/
app.py
viv
Update app.py
94764b2
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
80 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/bert-base-uncased"
).launch();