sbthesis commited on
Commit
fea35ba
·
1 Parent(s): ae7f3b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,8 +1,5 @@
1
- from transformers import pipeline
2
- import gradio as gr #this is in place of the streamlit of the HF video
3
- import torch #this is just like the HF video
4
- import datasets
5
- evaluate transformers[sentencepiece]
6
 
7
 
8
  classifier = pipeline("zero-shot-classification")
 
1
+ from transformers import sentencepiece
2
+ from transfomers import pipeline
 
 
 
3
 
4
 
5
  classifier = pipeline("zero-shot-classification")