Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pudding
/
gender-classification-2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c70da0b
gender-classification-2
/
app.py
Pudding
initial commit
c70da0b
almost 2 years ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/rizvandwiki/gender-classification-2"
).launch()