muhyzatar commited on
Commit
82c6091
·
verified ·
1 Parent(s): b65d036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
  )