Spaces:
Sleeping
Sleeping
Add required library installations
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements file
|
| 2 |
+
# sandbox had python 3.10
|
| 3 |
+
|
| 4 |
+
together==1.5.21
|
| 5 |
+
python-dotenv==1.1.1
|
| 6 |
+
pydantic==2.11.7
|
| 7 |
+
gradio==5.40.0
|