Spaces:
Runtime error
Runtime error
Update requirements.txt
#1093
by huzaifavrk - opened
- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
diffusers
|
| 2 |
transformers
|
| 3 |
accelerate
|
|
@@ -5,5 +6,6 @@ xformers
|
|
| 5 |
Pillow
|
| 6 |
qrcode
|
| 7 |
filelock
|
|
|
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 9 |
-
torch
|
|
|
|
| 1 |
+
gradio==3.41.2
|
| 2 |
diffusers
|
| 3 |
transformers
|
| 4 |
accelerate
|
|
|
|
| 6 |
Pillow
|
| 7 |
qrcode
|
| 8 |
filelock
|
| 9 |
+
huggingface_hub==0.16.4
|
| 10 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 11 |
+
torch
|