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