Spaces:
Runtime error
Runtime error
ManishThota
commited on
Update src/text_processor.py
Browse files- src/text_processor.py +1 -1
src/text_processor.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
3 |
import json
|
4 |
import warnings
|
|
|
1 |
+
import torch
|
2 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
3 |
import json
|
4 |
import warnings
|