Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,4 +5,7 @@ aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
|
5 |
minijinja
|
6 |
Pillow
|
7 |
python-dotenv
|
8 |
-
torch
|
|
|
|
|
|
|
|
5 |
minijinja
|
6 |
Pillow
|
7 |
python-dotenv
|
8 |
+
torch
|
9 |
+
diffusers
|
10 |
+
transformers
|
11 |
+
numpy
|