Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,6 @@ playground = gr.Interface(
|
|
67 |
label = "Synthesized text",
|
68 |
info = "The text used as input after preprocessing is done (if any)."
|
69 |
)] + [gr.components.Audio(label = f'Model {i + 1}', type = 'filepath') for i in range(MODELS_COUNT)] + [gr.HTML()],
|
70 |
-
examples = examples,
|
71 |
cache_examples = False,
|
72 |
allow_flagging = 'never'
|
73 |
)
|
|
|
67 |
label = "Synthesized text",
|
68 |
info = "The text used as input after preprocessing is done (if any)."
|
69 |
)] + [gr.components.Audio(label = f'Model {i + 1}', type = 'filepath') for i in range(MODELS_COUNT)] + [gr.HTML()],
|
|
|
70 |
cache_examples = False,
|
71 |
allow_flagging = 'never'
|
72 |
)
|