Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# https://chat.lmsys.org/?leaderboard
|
| 2 |
import langchain
|
|
|
|
| 3 |
# https://huggingface.co/spaces/joyson072/LLm-Langchain/blob/main/app.py
|
| 4 |
from langchain.llms import HuggingFaceHub
|
| 5 |
|
|
|
|
| 1 |
# https://chat.lmsys.org/?leaderboard
|
| 2 |
import langchain
|
| 3 |
+
import transformers
|
| 4 |
# https://huggingface.co/spaces/joyson072/LLm-Langchain/blob/main/app.py
|
| 5 |
from langchain.llms import HuggingFaceHub
|
| 6 |
|