Spaces:
Runtime error
Runtime error
Nick Canu
commited on
Commit
·
0f284b8
1
Parent(s):
89794c9
streamlit version rollback
Browse files- title_generator.py +0 -1
title_generator.py
CHANGED
@@ -5,7 +5,6 @@ from gensim.parsing import preprocess_string, strip_tags, strip_numeric, strip_m
|
|
5 |
import spacy
|
6 |
import torch
|
7 |
from transformers import T5ForConditionalGeneration,T5Tokenizer
|
8 |
-
import SentencePiece
|
9 |
|
10 |
#Custom text tokenizer from https://github.com/canunj/deconstructing_games by N Canu & K Chen
|
11 |
def doc_text_preprocessing(ser):
|
|
|
5 |
import spacy
|
6 |
import torch
|
7 |
from transformers import T5ForConditionalGeneration,T5Tokenizer
|
|
|
8 |
|
9 |
#Custom text tokenizer from https://github.com/canunj/deconstructing_games by N Canu & K Chen
|
10 |
def doc_text_preprocessing(ser):
|