Spaces:
Running
Running
Update agents/error_fixer.py
Browse files- agents/error_fixer.py +1 -1
agents/error_fixer.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from transformers import
|
2 |
import re
|
3 |
|
4 |
# Load once globally to save time
|
|
|
1 |
+
from transformers import pipeline
|
2 |
import re
|
3 |
|
4 |
# Load once globally to save time
|