jmparejaz commited on
Commit
6de8e84
·
1 Parent(s): e4a6674

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -63,8 +63,3 @@ with block:
63
  block.launch()
64
 
65
 
66
-
67
- from transformers import pipeline
68
- sentiment_task = pipeline("sentiment-analysis", model=model_path, tokenizer=model_path)
69
- sentiment_task("Covid cases are increasing fast!")
70
-
 
63
  block.launch()
64
 
65