Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
micole66
/
electra
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a63a84d
electra
/
app.py
micole66
Create app.py
a63a84d
over 3 years ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.Interface.load(
"google/electra-large-generator"
).launch()