Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
regex>=2023.12.25
|
| 3 |
+
transformers>=4.37.0
|
| 4 |
+
safetensors>=0.4.3
|
| 5 |
+
huggingface-hub>=0.20.0
|
| 6 |
+
torch
|