sudoping01 commited on
Commit
e556851
·
verified ·
1 Parent(s): 2506e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ def build_interface():
225
  container=False
226
  )
227
 
228
- with gr.Accordion( Try These Examples", open=True):
229
  def load_example(text, speaker):
230
  return text, speaker, False, 0.8, 50, 0.9, 2048
231
 
 
225
  container=False
226
  )
227
 
228
+ with gr.Accordion("Try These Examples", open=True):
229
  def load_example(text, speaker):
230
  return text, speaker, False, 0.8, 50, 0.9, 2048
231