Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 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
|