osanseviero commited on
Commit
42ed2a2
·
1 Parent(s): 7670619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ iface = gr.Interface(
60
  title="TorToiSe",
61
  description="A multi-voice TTS system trained with an emphasis on quality",
62
  article="This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",
63
- queue=True,
64
  )
65
 
66
  iface.launch()
 
60
  title="TorToiSe",
61
  description="A multi-voice TTS system trained with an emphasis on quality",
62
  article="This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",
63
+ enable_queue=True,
64
  )
65
 
66
  iface.launch()