Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
|
@@ -64,3 +64,18 @@ misaki
|
|
| 64 |
# huggingface_hub[hf_xet] # slows down everything
|
| 65 |
# num2words
|
| 66 |
# spacy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
# huggingface_hub[hf_xet] # slows down everything
|
| 65 |
# num2words
|
| 66 |
# spacy
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
torch
|
| 70 |
+
torchvision
|
| 71 |
+
torchaudio
|
| 72 |
+
transformers
|
| 73 |
+
diffusers
|
| 74 |
+
accelerate
|
| 75 |
+
gradio
|
| 76 |
+
tqdm
|
| 77 |
+
safetensors
|
| 78 |
+
opencv-python
|
| 79 |
+
numpy
|
| 80 |
+
Pillow
|
| 81 |
+
|