sagar007 commited on
Commit
270de0e
·
verified ·
1 Parent(s): c5f69a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  import subprocess
10
  import numpy as np
11
 
12
- # Install required dependencies for Kokoro with better error handling
13
  try:
14
  subprocess.run(['git', 'lfs', 'install'], check=True)
15
  if not os.path.exists('Kokoro-82M'):
 
9
  import subprocess
10
  import numpy as np
11
 
12
+ ## Install required dependencies for Kokoro with better error handling
13
  try:
14
  subprocess.run(['git', 'lfs', 'install'], check=True)
15
  if not os.path.exists('Kokoro-82M'):