On Chrome, you can force to keep a tab alive in chrome://discards/
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
|
|
306 |
elem_id = "submit-id"
|
307 |
)
|
308 |
|
309 |
-
warning = gr.HTML(value = "<center><big>Your computer must <u>not</u> enter into standby mode
|
310 |
|
311 |
synthesised_audio_1 = gr.Audio(
|
312 |
label="Synthesised Audio #1",
|
|
|
306 |
elem_id = "submit-id"
|
307 |
)
|
308 |
|
309 |
+
warning = gr.HTML(value = "<center><big>Your computer must <u>not</u> enter into standby mode. On Chrome, you can force to keep a tab alive in <code>chrome://discards/</code></big></center>", visible = False)
|
310 |
|
311 |
synthesised_audio_1 = gr.Audio(
|
312 |
label="Synthesised Audio #1",
|