Spaces:
Runtime error
Runtime error
Commit Β·
224a3a2
1
Parent(s): c34ae48
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ poc_examples = [
|
|
| 75 |
]
|
| 76 |
|
| 77 |
outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
|
| 78 |
-
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=
|
| 79 |
|
| 80 |
demo1.launch(debug=False)
|
| 81 |
|
|
|
|
| 75 |
]
|
| 76 |
|
| 77 |
outputs = [gr.Audio(label="Track 1"), gr.Audio(label="Track 2"), gr.Audio(label="Track 3"), gr.Audio(label="Track 4"), gr.Audio(label="Track 5")]
|
| 78 |
+
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=False, examples_per_page=20)
|
| 79 |
|
| 80 |
demo1.launch(debug=False)
|
| 81 |
|