Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ poc_examples = [
|
|
| 76 |
]
|
| 77 |
|
| 78 |
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")]
|
| 79 |
-
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=
|
| 80 |
|
| 81 |
demo1.launch(debug=False)
|
| 82 |
|
|
|
|
| 76 |
]
|
| 77 |
|
| 78 |
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")]
|
| 79 |
+
demo1 = gr.Interface(fn=process, inputs=inputs, outputs=outputs, examples=poc_examples, cache_examples=True, examples_per_page=20)
|
| 80 |
|
| 81 |
demo1.launch(debug=False)
|
| 82 |
|