Korron commited on
Commit
8fc6d4d
1 Parent(s): 0ead370
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- # from transformers import pipeline
3
 
4
  pipe = pipeline("sentiment-analysis")
5
 
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
  pipe = pipeline("sentiment-analysis")
5
 
requirements.txt CHANGED
@@ -1 +1,3 @@
1
- huggingface_hub==0.22.2
 
 
 
1
+ huggingface_hub==0.22.2
2
+ torch
3
+ transformers