Spaces:
Running
Running
Commit
·
d295281
1
Parent(s):
08942fb
Update header formatting in app.py and remove deepspeed from requirements.txt
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def infer_EGTTS(text: str, speaker_audio_path: str, temperature: float = 0.75):
|
|
| 57 |
|
| 58 |
return 24000, out["wav"]
|
| 59 |
|
| 60 |
-
header = """<h1
|
| 61 |
|
| 62 |
## Instructions:
|
| 63 |
|
|
|
|
| 57 |
|
| 58 |
return 24000, out["wav"]
|
| 59 |
|
| 60 |
+
header = """<center><h1>Egyptian-Arabic-TTS (EGTTS)</h1></center>
|
| 61 |
|
| 62 |
## Instructions:
|
| 63 |
|
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
TTS @ git+https://github.com/coqui-ai/[email protected]
|
| 2 |
transformers
|
| 3 |
-
deepspeed
|
| 4 |
triton
|
| 5 |
torch
|
| 6 |
torchaudio
|
|
|
|
| 1 |
TTS @ git+https://github.com/coqui-ai/[email protected]
|
| 2 |
transformers
|
|
|
|
| 3 |
triton
|
| 4 |
torch
|
| 5 |
torchaudio
|