Fabrice-TIERCELIN commited on
Commit
a9a0370
·
verified ·
1 Parent(s): c6bf77b

On Chrome, you can force to keep a tab alive in chrome://discards/

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.</big></center>", visible = False)
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",