Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def build_interface():
|
|
225 |
container=False
|
226 |
)
|
227 |
|
228 |
-
with gr.Accordion(
|
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 |
|