Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.39.0
|
| 2 |
+
plotly==5.23.0
|
| 3 |
+
matplotlib==3.7.2
|
| 4 |
+
torch==2.0.1
|
| 5 |
+
transformers==4.43.3
|
| 6 |
+
accelerate==0.33.0
|
| 7 |
+
networkx
|
| 8 |
+
bokeh==3.5.1
|