Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
gradio==3.39.0
|
| 2 |
pybind11>=2.12
|
| 3 |
huggingface_hub==0.36.0
|
| 4 |
-
|
|
|
|
| 5 |
torch==2.6.0
|
| 6 |
opencc==1.1.1
|
| 7 |
macro-correct==0.0.5
|
|
|
|
| 1 |
gradio==3.39.0
|
| 2 |
pybind11>=2.12
|
| 3 |
huggingface_hub==0.36.0
|
| 4 |
+
tokenizers==0.21.1
|
| 5 |
+
transformers==4.48.3
|
| 6 |
torch==2.6.0
|
| 7 |
opencc==1.1.1
|
| 8 |
macro-correct==0.0.5
|