Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,9 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
transformers
|
| 4 |
torch
|
|
|
|
|
|
|
|
|
|
| 5 |
accelerate
|
| 6 |
safetensors
|
| 7 |
|
|
|
|
| 2 |
uvicorn
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
+
hugchat
|
| 6 |
+
asyncio
|
| 7 |
+
dotenv
|
| 8 |
accelerate
|
| 9 |
safetensors
|
| 10 |
|