Spaces:
Running
Running
charlieoneill
commited on
Commit
•
b6c017f
1
Parent(s):
10845f0
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.38.1
|
2 |
+
numpy==2.0.0
|
3 |
+
pandas==2.2.2
|
4 |
+
openai==1.35.10
|
5 |
+
PyYAML==6.0.1
|
6 |
+
torch==2.3.1
|
7 |
+
plotly==5.22.0
|
8 |
+
huggingface-hub==0.23.4
|
9 |
+
tqdm==4.66.4
|