AhmedEladl commited on
Commit
dd53600
·
verified ·
1 Parent(s): 157a0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def install_dependencies():
17
 
18
  # Install TTS and other dependencies
19
  subprocess.run([sys.executable, '-m', 'pip', 'install', 'git+https://github.com/coqui-ai/TTS'], check=True)
20
- subprocess.run([sys.executable, '-m', 'pip', 'install', 'transformers==4.55.4'], check=True)
21
  subprocess.run([sys.executable, '-m', 'pip', 'install', 'deepspeed'], check=True)
22
 
23
  return True
 
17
 
18
  # Install TTS and other dependencies
19
  subprocess.run([sys.executable, '-m', 'pip', 'install', 'git+https://github.com/coqui-ai/TTS'], check=True)
20
+ subprocess.run([sys.executable, '-m', 'pip', 'install', 'transformers==4.37.1'], check=True)
21
  subprocess.run([sys.executable, '-m', 'pip', 'install', 'deepspeed'], check=True)
22
 
23
  return True