Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|
|
|
|
|
|
|
|
|
|