Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Commit
•
d297436
1
Parent(s):
abef2ac
ImportError: cannot import name 'pipeline' from 'transformers'
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ datasets
|
|
4 |
torch
|
5 |
streamlit-chat-media
|
6 |
streamlit-chat
|
7 |
-
transformers
|
8 |
PyPDF2
|
9 |
ratelimit
|
10 |
backoff
|
|
|
4 |
torch
|
5 |
streamlit-chat-media
|
6 |
streamlit-chat
|
7 |
+
transformers==4.28.0
|
8 |
PyPDF2
|
9 |
ratelimit
|
10 |
backoff
|