Spaces:
Runtime error
Runtime error
Alex
commited on
Commit
•
d4662ab
1
Parent(s):
a2250c9
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.2.0
|
2 |
+
transformers==4.15.0
|
3 |
+
gradio==2.3.9
|
4 |
+
torch==1.11.0
|
5 |
+
gitpython==3.1.24
|
6 |
+
huggingface_hub==0.0.17
|
7 |
+
streamlit-chat==0.1.1
|
8 |
+
streamlit-extras==0.1.2
|
9 |
+
hugchat==0.1.1
|