Spaces:
Paused
Paused
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
aiohttp
|
| 3 |
+
plotly
|
| 4 |
+
python-dotenv
|
| 5 |
+
pydantic==2.8.2
|
| 6 |
+
torch
|
| 7 |
+
transformers==4.37.2
|