drewThomasson commited on
Commit
3939bf8
1 Parent(s): 8407240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ from lib.lang import language_mapping, default_language_code
11
 
12
  # To download the voices folder
13
  import download_github_folder
 
 
14
 
15
  def check_python_version():
16
  current_version = sys.version_info[:2] # (major, minor)
 
11
 
12
  # To download the voices folder
13
  import download_github_folder
14
+ # Call the main function to execute the downloading process
15
+ download_github_folder.main()
16
 
17
  def check_python_version():
18
  current_version = sys.version_info[:2] # (major, minor)