Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse fileschanged streamlit to pytorch for faster api service time
testing
- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
transformers
|
3 |
torch
|
4 |
-
streamlit-chat
|
5 |
ChatBot
|
|
|
1 |
+
pytorch
|
2 |
transformers
|
3 |
torch
|
|
|
4 |
ChatBot
|