Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import nltk
|
7 |
from cleantext import clean
|
8 |
|
9 |
-
from
|
10 |
from utils import load_example_filenames, truncate_word_count
|
11 |
|
12 |
_here = Path(__file__).parent
|
|
|
6 |
import nltk
|
7 |
from cleantext import clean
|
8 |
|
9 |
+
from summarize import load_model_and_tokenizer, summarize_via_tokenbatches
|
10 |
from utils import load_example_filenames, truncate_word_count
|
11 |
|
12 |
_here = Path(__file__).parent
|