Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ app = gr.Interface(
|
|
180 |
gr.Audio(label="Audio Playback")
|
181 |
],
|
182 |
title="HIVEcorp Text-to-Speech with Millisecond SRT Generation",
|
183 |
-
description="Convert your script into
|
184 |
theme="compact",
|
185 |
)
|
186 |
|
|
|
180 |
gr.Audio(label="Audio Playback")
|
181 |
],
|
182 |
title="HIVEcorp Text-to-Speech with Millisecond SRT Generation",
|
183 |
+
description="Convert your script into Audio and generate Subtitles.",
|
184 |
theme="compact",
|
185 |
)
|
186 |
|