Spaces:
Running
on
Zero
Running
on
Zero
Den Pavloff
commited on
Commit
·
aa6abd6
1
Parent(s):
d12d4e0
lines=3
Browse files
app.py
CHANGED
|
@@ -157,7 +157,8 @@ with gr.Blocks(title="KaniTTS - Text to Speech", theme=gr.themes.Default()) as d
|
|
| 157 |
time_report_output = gr.Textbox(
|
| 158 |
label="Time Report",
|
| 159 |
interactive=False,
|
| 160 |
-
value="Ready to generate speech"
|
|
|
|
| 161 |
)
|
| 162 |
|
| 163 |
# GPU generation event
|
|
|
|
| 157 |
time_report_output = gr.Textbox(
|
| 158 |
label="Time Report",
|
| 159 |
interactive=False,
|
| 160 |
+
value="Ready to generate speech",
|
| 161 |
+
lines=3
|
| 162 |
)
|
| 163 |
|
| 164 |
# GPU generation event
|