Ahsen Khaliq
commited on
Commit
·
40c1f16
1
Parent(s):
471cf28
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ examples = [
|
|
15 |
gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4", examples=examples,
|
16 |
article=article,
|
17 |
title=title,
|
18 |
-
description=description
|
|
|
|
15 |
gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4", examples=examples,
|
16 |
article=article,
|
17 |
title=title,
|
18 |
+
description=description,
|
19 |
+
enable_queue=True).launch()
|