Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arun86
/
EmpathAI
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arun86
commited on
Aug 11, 2024
Commit
fcaa7a4
·
verified
·
1 Parent(s):
fde71af
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import gradio as gr
2
from transformers import pipeline
3
1
+
pip install transformers
2
+
pip install gradio
3
+
4
import gradio as gr
5
from transformers import pipeline
6