drewThomasson commited on
Commit
8d185df
1 Parent(s): 3862713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -7,6 +7,9 @@ import subprocess
7
  gradio_input_file = None
8
 
9
  def process_ebook(ebook_file):
 
 
 
10
  import nltk
11
  nltk.download('averaged_perceptron_tagger_eng')
12
  nltk.download('punkt_tab')
 
7
  gradio_input_file = None
8
 
9
  def process_ebook(ebook_file):
10
+ #This will pre-download the xtts TOS agreed file
11
+ import download_tos_agreed_file
12
+
13
  import nltk
14
  nltk.download('averaged_perceptron_tagger_eng')
15
  nltk.download('punkt_tab')