Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elitecode
/
Detect_Emotions
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8f6fd6
Detect_Emotions
/
app.py
elitecode
Update app.py
d8f6fd6
about 2 years ago
raw
Copy download link
history
blame
Wrap lines
168 Bytes
import
gradio
as
gr
# gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
gr.Interface.load(
"models/elitecode/Detect_Emotions"
).launch()