Blaise-g commited on
Commit
d19b184
β€’
1 Parent(s): 5393edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import nltk
7
  from cleantext import clean
8
 
9
- from summ import load_model_and_tokenizer, summarize_via_tokenbatches
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