Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio
|
|
|
|
| 2 |
huggingface_hub==0.25.1
|
| 3 |
-
transformers==4.
|
| 4 |
torch==1.13.1
|
| 5 |
opencc==1.1.7
|
| 6 |
macro-correct==0.0.5
|
|
|
|
| 1 |
gradio
|
| 2 |
+
pybind11>=2.12
|
| 3 |
huggingface_hub==0.25.1
|
| 4 |
+
transformers==4.30.2
|
| 5 |
torch==1.13.1
|
| 6 |
opencc==1.1.7
|
| 7 |
macro-correct==0.0.5
|