drewThomasson
commited on
Commit
•
21f06c9
1
Parent(s):
bfb4032
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import subprocess
|
|
6 |
|
7 |
import nltk
|
8 |
nltk.download('punkt')
|
|
|
9 |
|
10 |
def run_all_models(input_text, progress=gr.Progress()):
|
11 |
# Initialize output file paths
|
|
|
6 |
|
7 |
import nltk
|
8 |
nltk.download('punkt')
|
9 |
+
nltk.download('punkt_tab')
|
10 |
|
11 |
def run_all_models(input_text, progress=gr.Progress()):
|
12 |
# Initialize output file paths
|